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

Unified Diff: tools/telemetry/telemetry/internal/image_processing/video_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/image_processing/video_unittest.py
diff --git a/tools/telemetry/telemetry/internal/image_processing/video_unittest.py b/tools/telemetry/telemetry/internal/image_processing/video_unittest.py
index 6a2cd83c3af856b902ec232b2a8b39205115a24b..7cbf4e6e3e74c2f8864bcb42849ad4f4b7986e58 100644
--- a/tools/telemetry/telemetry/internal/image_processing/video_unittest.py
+++ b/tools/telemetry/telemetry/internal/image_processing/video_unittest.py
@@ -15,7 +15,7 @@ from telemetry.util import image_util
class VideoTest(unittest.TestCase):
- @decorators.Disabled
+ @decorators.Disabled('all')
def testFramesFromMp4(self):
host_platform = platform.GetHostPlatform()

Powered by Google App Engine
This is Rietveld 408576698