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

Unified Diff: tools/perf/measurements/clock_domain_test.py

Issue 2741793002: [Telemetry] Temporarily disable clock domain test. (Closed)
Patch Set: Created 3 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/perf/measurements/clock_domain_test.py
diff --git a/tools/perf/measurements/clock_domain_test.py b/tools/perf/measurements/clock_domain_test.py
index 596439fdb94abdf2c9352cb25be88f0b379912b5..3658d6f91dbdb46845984e3fac349254a485a2e6 100644
--- a/tools/perf/measurements/clock_domain_test.py
+++ b/tools/perf/measurements/clock_domain_test.py
@@ -15,7 +15,9 @@ class ClockDomainTest(tab_test_case.TabTestCase):
# Don't run this test on Android; it's not supposed to work on Android
# (since when doing Android tracing there are two different devices,
# so the clock domains will be different)
- @benchmark.Disabled('android')
+ # TODO(rnephew): Revert change from android to all once
+ # https://codereview.chromium.org/2741533003/ lands.
+ @benchmark.Disabled('all')
def testTelemetryUsesChromeClockDomain(self):
tracing_controller = self._browser.platform.tracing_controller
« 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