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

Unified Diff: telemetry/telemetry/internal/actions/tap_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/tap_unittest.py
diff --git a/telemetry/telemetry/internal/actions/tap_unittest.py b/telemetry/telemetry/internal/actions/tap_unittest.py
index 75b1f48023f5477965028ec56e330e50cec48fac..0823bad65e518111afe9a82c049ed2245dc1f973 100644
--- a/telemetry/telemetry/internal/actions/tap_unittest.py
+++ b/telemetry/telemetry/internal/actions/tap_unittest.py
@@ -13,7 +13,9 @@ class TapActionTest(tab_test_case.TabTestCase):
action.WillRunAction(self._tab)
action.RunAction(self._tab)
- @decorators.Disabled('win') # http://crbug.com/634343
+ # https://github.com/catapult-project/catapult/issues/3099 (Android)
+ # http://crbug.com/634343 (Windows)
+ @decorators.Disabled('android', 'win')
def testTapSinglePage(self):
self.Navigate('page_with_clickables.html')

Powered by Google App Engine
This is Rietveld 408576698