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

Unified Diff: telemetry/telemetry/internal/actions/action_runner_unittest.py

Issue 2738393002: [Telemetry] Re-enable ActionRunnerMeasureMemoryTest in reference builds (Closed)
Patch Set: rebase Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/actions/action_runner_unittest.py
diff --git a/telemetry/telemetry/internal/actions/action_runner_unittest.py b/telemetry/telemetry/internal/actions/action_runner_unittest.py
index ca04e80d4ef1b557e5b236dfa4273d66f7d1ab97..e9d4de1eca234d4db275f54119cbd637154c269c 100644
--- a/telemetry/telemetry/internal/actions/action_runner_unittest.py
+++ b/telemetry/telemetry/internal/actions/action_runner_unittest.py
@@ -91,15 +91,9 @@ class ActionRunnerMeasureMemoryTest(tab_test_case.TabTestCase):
dump_ids = (d.dump_id for d in timeline_model.IterGlobalMemoryDumps())
self.assertIn(dump_id, dump_ids)
- # TODO(perezju): Enable when reference browser is >= M53
- # https://github.com/catapult-project/catapult/issues/2610
- @decorators.Disabled('reference')
def testDeterministicMode(self):
self._TestWithTracing(deterministic_mode=True)
- # TODO(perezju): Enable when reference browser is >= M53
- # https://github.com/catapult-project/catapult/issues/2610
- @decorators.Disabled('reference')
def testRealisticMode(self):
with mock.patch.object(self.action_runner,
'ForceGarbageCollection') as mock_method:
« 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