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

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

Issue 2236493003: [catapult android trybot] Make Telemetry tests run on Android (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Add stack traces and more logging Created 4 years 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
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',

Powered by Google App Engine
This is Rietveld 408576698