Commit f202a4e2 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable testRunPerformanceTestsTelemetrySharded_end2end on Windows

Bug: 1024767
Change-Id: I824e98765b2869ca9d674a17ef3e738ec9a01a1f
NoTry: True
Tbr: dpranke@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983501Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727662}
parent 910acd6e
...@@ -162,7 +162,8 @@ class ScriptsSmokeTest(unittest.TestCase): ...@@ -162,7 +162,8 @@ class ScriptsSmokeTest(unittest.TestCase):
# Android: crbug.com/932301 # Android: crbug.com/932301
# ChromeOS: crbug.com/754913 # ChromeOS: crbug.com/754913
@decorators.Disabled('chromeos', 'android') # Windows: crbug.com/1024767
@decorators.Disabled('chromeos', 'android', 'win')
def testRunPerformanceTestsTelemetrySharded_end2end(self): def testRunPerformanceTestsTelemetrySharded_end2end(self):
tempdir = tempfile.mkdtemp() tempdir = tempfile.mkdtemp()
env = os.environ.copy() env = os.environ.copy()
......
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