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

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

Issue 546633005: Disable a few more unittests temporarily. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tests Created 6 years, 3 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 | « tools/telemetry/telemetry/core/browser_unittest.py ('k') | 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 0c02780125c199109eb932789593ff0dc8c23c6c..95730322d89642164b6e392d11665c1b21e4ea22 100644
--- a/tools/telemetry/telemetry/core/tab_unittest.py
+++ b/tools/telemetry/telemetry/core/tab_unittest.py
@@ -102,6 +102,7 @@ class TabTest(tab_test_case.TabTestCase):
finally:
self._tab.browser._platform_backend = original_platform_backend
+ @benchmark.Disabled('chromeos') # crbug.com/412713.
def testHighlight(self):
self.assertEquals(self._tab.url, 'about:blank')
options = tracing_options.TracingOptions()
@@ -122,6 +123,7 @@ class TabTest(tab_test_case.TabTestCase):
self.assertTrue(found_video_start_event)
@benchmark.Enabled('has tabs')
+ @benchmark.Disabled('chromeos') # crbug.com/412713.
def testGetRendererThreadFromTabId(self):
self.assertEquals(self._tab.url, 'about:blank')
# Create 3 tabs. The third tab is closed before we call
« no previous file with comments | « tools/telemetry/telemetry/core/browser_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698