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

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

Issue 250593003: [Telemetry] Enable the measurement smoke test on android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « tools/perf/benchmarks/tab_switching.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/measurement_unittest.py
diff --git a/tools/perf/measurements/measurement_unittest.py b/tools/perf/measurements/measurement_unittest.py
index 8386be3ab71caaa4f0295c64f1129c365960a551..fe40a902f4fc562a5e37d1c975c3d42d7420a982 100644
--- a/tools/perf/measurements/measurement_unittest.py
+++ b/tools/perf/measurements/measurement_unittest.py
@@ -15,7 +15,7 @@ from telemetry.unittest import options_for_unittests
class MeasurementUnitTest(unittest.TestCase):
# TODO(achuith): Fix crbug.com/351114.
- @test.Disabled('android', 'chromeos')
+ @test.Disabled('chromeos')
def testMeasurementSmoke(self):
# Run all Measurements against the first Page in the PageSet of the first
# Benchmark that uses them.
« no previous file with comments | « tools/perf/benchmarks/tab_switching.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698