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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2487973002: Disable maps_pixel_test on Mac and Win (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 40b4bb7fc828a8a47eb7ec46703e7389dd17afe8..8ac18c562f40ed539a2d3f5a64320d0599cee6eb 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1051,6 +1051,15 @@ TELEMETRY_TESTS = {
'allow_on_android': True,
},
],
+ 'disabled_tester_configs': [
+ {
+ 'names': [
+ # TODO(crbug.com/626986) Flaky on Mac and Win.
+ 'Mac 10.10 Debug (Intel)',
+ 'Win7 Release (NVIDIA)',
+ ],
+ },
+ ],
},
'screenshot_sync': {
'tester_configs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698