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

Unified Diff: tools/telemetry/telemetry/web_components/web_components_unittest.py

Issue 510153003: Disable all web_components unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/web_components/web_components_unittest.py
diff --git a/tools/telemetry/telemetry/web_components/web_components_unittest.py b/tools/telemetry/telemetry/web_components/web_components_unittest.py
index 6e1727b6db3c5c8e8435543ce3f47a00a8e6b8b5..e09af588861473894c8d71f750028ba9b0c239ea 100644
--- a/tools/telemetry/telemetry/web_components/web_components_unittest.py
+++ b/tools/telemetry/telemetry/web_components/web_components_unittest.py
@@ -9,7 +9,7 @@ from telemetry.web_components import web_components_project
from tvcm import module_test_case
-def load_tests(_, _2, _3):
+def DISABLED_load_tests(_, _2, _3):
project = web_components_project.WebComponentsProject()
if os.getenv('NO_TVCM'):
suite = unittest.TestSuite()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698