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. |