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

Unified Diff: telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_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/backends/chrome_inspector/inspector_runtime_unittest.py
diff --git a/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_unittest.py b/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_unittest.py
index c0fbe2d45c0c9b80fb562b61421b77ae7285158c..753f792e0bd721d4f48b00d9a00f096301d544f6 100644
--- a/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_unittest.py
+++ b/telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_unittest.py
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+from telemetry import decorators
from telemetry.core import exceptions
from telemetry.testing import tab_test_case
@@ -9,6 +10,8 @@ import py_utils
class InspectorRuntimeTest(tab_test_case.TabTestCase):
+ # https://github.com/catapult-project/catapult/issues/3099
+ @decorators.Disabled('android')
def testRuntimeEvaluateSimple(self):
res = self._tab.EvaluateJavaScript('1+1')
assert res == 2

Powered by Google App Engine
This is Rietveld 408576698