Commit 9e484bed authored by Achuith Bhandarkar's avatar Achuith Bhandarkar Committed by Commit Bot

Disable testRunPerformanceTestsGtest_end2end on chromeos.

BUG=chromium:754913
TEST=This try run:
https://cros-goldeneye.corp.google.com/chromeos/healthmonitoring/buildDetails?buildbucketId=8921104233557763808

Change-Id: I3aeccc92d91575191e5ab8a3cea8008273afb946
Reviewed-on: https://chromium-review.googlesource.com/c/1477600
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633623}
parent 22a9647e
......@@ -150,7 +150,9 @@ class ScriptsSmokeTest(unittest.TestCase):
shutil.rmtree(tempdir)
@decorators.Disabled('win') # ".exe" is auto-added which breaks Windows.
# Windows: ".exe" is auto-added which breaks Windows.
# ChromeOS: crbug.com/754913.
@decorators.Disabled('win', 'chromeos')
def testRunPerformanceTestsGtest_end2end(self):
tempdir = tempfile.mkdtemp()
benchmark = 'dummy_gtest'
......
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