Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: tools/telemetry/telemetry/core/platform_unittest.py

Issue 1565673003: [Telemetry] Disable flaky tests on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform_unittest.py b/tools/telemetry/telemetry/core/platform_unittest.py
index 9fa6305e9ccda8f8726bdf66fe45dea683af0de9..6454d842bcffbda4eacabc47f4b09a7d9454f729 100644
--- a/tools/telemetry/telemetry/core/platform_unittest.py
+++ b/tools/telemetry/telemetry/core/platform_unittest.py
@@ -13,6 +13,7 @@ from telemetry.testing import tab_test_case
class PlatformScreenshotTest(tab_test_case.TabTestCase):
+ @decorators.Disabled('win') # crbug.com/570955
def testScreenshotSupported(self):
if self._platform.GetOSName() == 'android':
self.assertTrue(self._platform.CanTakeScreenshot())
« no previous file with comments | « no previous file | tools/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698