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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_client_backend_unittest.py

Issue 893233003: Fix flaky DevToolsClientBackendTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/backends/chrome_inspector/devtools_client_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_client_backend_unittest.py b/tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_client_backend_unittest.py
index 1a4d10c5eb1798bc9d3a8ceb503588babd0a37b3..64ba2c89130522f66206263a89ec2748cddce74d 100644
--- a/tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_client_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_client_backend_unittest.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from telemetry import decorators
from telemetry.core.backends.chrome_inspector import devtools_client_backend
from telemetry.core.backends.chrome_inspector import devtools_http
from telemetry.unittest_util import browser_test_case
@@ -24,6 +25,7 @@ class DevToolsClientBackendTest(browser_test_case.BrowserTestCase):
def testIsAlive(self):
self.assertTrue(self._devtools_client.IsAlive())
+ @decorators.Enabled('has tabs')
def testGetUpdatedInspectableContexts(self):
self._browser.tabs.New()
c1 = self._devtools_client.GetUpdatedInspectableContexts()
« 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