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

Unified Diff: telemetry/telemetry/internal/platform/profiler/trace_profiler_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/trace_profiler_unittest.py
diff --git a/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py b/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py
index efacad7c0bc930caffe6b9b0f4d1d0f3e69d02ba..da5c3642c94f40fb7515dc3a082c66c0576ad201 100644
--- a/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py
+++ b/telemetry/telemetry/internal/platform/profiler/trace_profiler_unittest.py
@@ -7,12 +7,15 @@ import shutil
import tempfile
import zipfile
+from telemetry import decorators
from telemetry.internal.platform.profiler import trace_profiler
from telemetry.testing import tab_test_case
class TestTraceProfiler(tab_test_case.TabTestCase):
+ # https://github.com/catapult-project/catapult/issues/3099
+ @decorators.Disabled('android')
def testTraceProfiler(self):
try:
out_dir = tempfile.mkdtemp()

Powered by Google App Engine
This is Rietveld 408576698