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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py

Issue 2342303002: Reenable testTBM2ForSmoke & fix clock sync error on ref build of Chrome on Mac (Closed)
Patch Set: nits Created 4 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 | « telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
index a7d03ee2b7987dcbe407cb958fd42710692a7d02..81f7611de73c629c17424b6aba38be78d23b2791 100644
--- a/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
+++ b/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
@@ -114,9 +114,7 @@ class TimelineBasedPageTestTest(page_test_test_case.PageTestTestCase):
self.assertEquals(len(v), 1)
# Fails on chromeos: crbug.com/483212
- # Fails on mac, likely due to infra issue:
- # https://github.com/catapult-project/catapult/issues/2804
- @decorators.Disabled('chromeos', 'mac')
+ @decorators.Disabled('chromeos')
@decorators.Isolated
def testTBM2ForSmoke(self):
ps = self.CreateEmptyPageSet()
« no previous file with comments | « telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698