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

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

Issue 402433002: [Telemetry] Partial fix for Telemetry unittests on Android after r283119 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Skip test which closes a tab Created 6 years, 5 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/unittest/tab_test_case.py » ('j') | 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 07bbc92bd786900173d5a8a40ad0a5d95f3adb95..1df26236334baf972b0b75a28c312b5fa31955e8 100644
--- a/tools/telemetry/telemetry/core/tab_unittest.py
+++ b/tools/telemetry/telemetry/core/tab_unittest.py
@@ -108,6 +108,7 @@ class TabTest(tab_test_case.TabTestCase):
break
self.assertTrue(found_video_start_event)
+ @benchmark.Enabled('has tabs')
def testGetRendererThreadFromTabId(self):
self.assertEquals(self._tab.url, 'about:blank')
# Create 3 tabs. The third tab is closed before we call StartTracing.
« no previous file with comments | « no previous file | tools/telemetry/telemetry/unittest/tab_test_case.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698