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

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

Issue 1018213005: Disable TabTest.testHighlight in telemetry_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/tab_unittest.py
diff --git a/tools/telemetry/telemetry/core/tab_unittest.py b/tools/telemetry/telemetry/core/tab_unittest.py
index 4540810420ec5c70434432728e2bd7a975af3a08..c7d50c6fb3cb378bd94944cbf5a3dc4215a63125 100644
--- a/tools/telemetry/telemetry/core/tab_unittest.py
+++ b/tools/telemetry/telemetry/core/tab_unittest.py
@@ -97,8 +97,9 @@ class TabTest(tab_test_case.TabTestCase):
self._tab.browser._platform_backend = original_platform_backend
# Test failing on android: http://crbug.com/437057
- # Also, for chromeos: http://crbug.com/412713
- @decorators.Disabled('android', 'chromeos')
+ # Also for chromeos: http://crbug.com/412713
+ # and mac: http://crbug.com/468675
+ @decorators.Disabled('android', 'chromeos', 'mac')
def testHighlight(self):
self.assertEquals(self._tab.url, 'about:blank')
options = tracing_options.TracingOptions()
« 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