Index: telemetry/telemetry/internal/actions/play_unittest.py |
diff --git a/telemetry/telemetry/internal/actions/play_unittest.py b/telemetry/telemetry/internal/actions/play_unittest.py |
index c497cf9915c91335ad64bbb89b940ae241cc1a31..019d28441ab3965e1a063517a1895e31fb615ee2 100644 |
--- a/telemetry/telemetry/internal/actions/play_unittest.py |
+++ b/telemetry/telemetry/internal/actions/play_unittest.py |
@@ -61,8 +61,9 @@ class PlayActionTest(tab_test_case.TabTestCase): |
self.assertTrue(self._tab.EvaluateJavaScript(VIDEO_1_PLAYING_CHECK)) |
self.assertTrue(self._tab.EvaluateJavaScript(AUDIO_1_PLAYING_CHECK)) |
- # http://crbug.com/273887 |
- @decorators.Disabled('linux') # crbug.com/418577 |
+ # https://github.com/catapult-project/catapult/issues/3099 (Android) |
+ # crbug.com/418577 (Linux) |
+ @decorators.Disabled('android', 'linux') |
def testPlayWaitForPlayTimeout(self): |
"""Tests that wait_for_playing timeouts if video does not play.""" |
action = play.PlayAction(selector='#video_1', |