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

Unified Diff: content/test/gpu/gpu_tests/screenshot_sync_expectations.py

Issue 1513943002: Skip the screenshot_sync test properly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: content/test/gpu/gpu_tests/screenshot_sync_expectations.py
diff --git a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
index 44f8e06c93933c277d7ce2d39ee7a2e79bc893b3..07ec586ba8b0a7732945f1ab132525b3fbb16a9f 100644
--- a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
+++ b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
@@ -11,4 +11,4 @@ class ScreenshotSyncExpectations(GpuTestExpectations):
super(ScreenshotSyncExpectations, self).__init__(*args, **kwargs)
def SetExpectations(self):
- pass
+ self.Skip('ScreenshotSync', ['win', 'mac', 'linux'], bug=459820)
« no previous file with comments | « content/test/gpu/gpu_tests/screenshot_sync.py ('k') | testing/scripts/run_telemetry_benchmark_as_googletest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698