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

Unified Diff: telemetry/telemetry/internal/actions/page_action_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/page_action_unittest.py
diff --git a/telemetry/telemetry/internal/actions/page_action_unittest.py b/telemetry/telemetry/internal/actions/page_action_unittest.py
index 5f371357b2b902a1dcfb37c3ec89fcc30541f1d4..e64ec1d9b817bf81ce5884adb0cfe24b348496c7 100644
--- a/telemetry/telemetry/internal/actions/page_action_unittest.py
+++ b/telemetry/telemetry/internal/actions/page_action_unittest.py
@@ -4,12 +4,15 @@
"""Tests for page_action."""
+from telemetry import decorators
from telemetry.internal.actions import page_action
from telemetry.testing import tab_test_case
class PageActionTest(tab_test_case.TabTestCase):
+ # https://github.com/catapult-project/catapult/issues/3099
+ @decorators.Disabled('android')
def testEvaluateCallbackWithElement(self):
self.Navigate('blank.html')
self._tab.action_runner.ExecuteJavaScript('''
« no previous file with comments | « telemetry/telemetry/internal/actions/navigate_unittest.py ('k') | telemetry/telemetry/internal/actions/play_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698