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

Unified Diff: tools/telemetry/telemetry/unittest/__init__.py

Issue 132923002: Disable unit tests that fail on cros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@oobe
Patch Set: rebase Created 6 years, 11 months 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/unittest/__init__.py
diff --git a/tools/telemetry/telemetry/unittest/__init__.py b/tools/telemetry/telemetry/unittest/__init__.py
index 053e441dc6367e6ac2d61ba6077c60c4007bb423..ad6667210b3d3a0d3937b2816e3e2356eaef5770 100644
--- a/tools/telemetry/telemetry/unittest/__init__.py
+++ b/tools/telemetry/telemetry/unittest/__init__.py
@@ -10,3 +10,7 @@ def RequiresBrowserOfType(*types):
def DisabledTest(func):
func._disabled_test = True
return func
+
+def DisabledTestOnCrOS(func):
+ func._disabled_test_on_cros = True
+ return func
« no previous file with comments | « tools/telemetry/telemetry/page/actions/wait_unittest.py ('k') | tools/telemetry/telemetry/unittest/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698