Commit 8908c642 authored by glevin's avatar glevin Committed by Commit Bot

Disable ProcessPerfResultsIntegrationTest.testIntegration on chromeos

Bug: 865800
TEST: Disabled!!

Change-Id: Ib4f9622e031ace72111cfbe6e1f5fead36905e8b
Reviewed-on: https://chromium-review.googlesource.com/1153660
Commit-Queue: Greg Levin <glevin@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578878}
parent 52083d87
...@@ -15,6 +15,8 @@ sys.path.insert(1, path_util.GetTelemetryDir()) ...@@ -15,6 +15,8 @@ sys.path.insert(1, path_util.GetTelemetryDir())
sys.path.insert( sys.path.insert(
1, os.path.join(path_util.GetTelemetryDir(), 'third_party', 'mock')) 1, os.path.join(path_util.GetTelemetryDir(), 'third_party', 'mock'))
from telemetry import decorators
import mock import mock
import process_perf_results as ppr_module import process_perf_results as ppr_module
...@@ -63,6 +65,7 @@ class ProcessPerfResultsIntegrationTest(unittest.TestCase): ...@@ -63,6 +65,7 @@ class ProcessPerfResultsIntegrationTest(unittest.TestCase):
def tearDown(self): def tearDown(self):
shutil.rmtree(self.test_dir) shutil.rmtree(self.test_dir)
@decorators.Disabled('chromeos') # crbug.com/865800
def testIntegration(self): def testIntegration(self):
build_properties = json.dumps({ build_properties = json.dumps({
'perf_dashboard_machine_group': 'test-builder', 'perf_dashboard_machine_group': 'test-builder',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment