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

Unified Diff: telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_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_memory_unittest.py
diff --git a/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py b/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
index 9b7f5e0dfb53327621f9c458099a27b84e0602be..8bcd96909aef56aa666cb986ae8a376921c4f29b 100644
--- a/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
+++ b/telemetry/telemetry/internal/backends/chrome_inspector/inspector_memory_unittest.py
@@ -8,7 +8,9 @@ from telemetry.testing import tab_test_case
class InspectorMemoryTest(tab_test_case.TabTestCase):
+ # https://github.com/catapult-project/catapult/issues/3099 (Android)
@decorators.Enabled('has tabs')
+ @decorators.Disabled('android')
def testGetDOMStats(self):
# Due to an issue with CrOS, we create a new tab here rather than
# using the existing tab to get a consistent starting page on all platforms.

Powered by Google App Engine
This is Rietveld 408576698