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

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py

Issue 1428133005: [Telemetry] Allows concatenating multiple Disabled & Enabled decorators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Dave's comment Created 5 years, 1 month 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: tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
index 0db4e5659c85141c2bcfda7007d6ab4fd3cbfa57..7e423232a58cdd89ab001ce90b1838d646d9bc32 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
@@ -201,7 +201,7 @@ class TestAndroidProfilingHelperTabTestCase(tab_test_case.TabTestCase):
# Test fails: crbug.com/437081
# @decorators.Enabled('android')
- @decorators.Disabled
+ @decorators.Disabled('all')
def testGetToolchainBinaryPath(self):
with tempfile.NamedTemporaryFile() as libc:
self._device.PullFile('/system/lib/libc.so', libc.name)

Powered by Google App Engine
This is Rietveld 408576698