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

Unified Diff: telemetry/telemetry/internal/platform/profiler/android_profiling_helper_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/platform/profiler/android_profiling_helper_unittest.py
diff --git a/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py b/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
index d178aac690f8142ca7d82304a05c2f0429b32b39..70aa2f675a23a8afcee0126a84c315d784b8bbd7 100644
--- a/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
+++ b/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
@@ -169,7 +169,8 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase):
browser_backend = self._browser._browser_backend
self._device = browser_backend.device()
- @decorators.Enabled('android')
+ # https://github.com/catapult-project/catapult/issues/3099 (Android)
+ @decorators.Disabled('all')
def testCreateSymFs(self):
# pylint: disable=protected-access
browser_pid = self._browser._browser_backend.pid

Powered by Google App Engine
This is Rietveld 408576698