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

Unified Diff: catapult_build/build_steps.py

Issue 2553213002: re-enabled netlog viewer dev server tests (Closed)
Patch Set: 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
« 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: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index cff9681edfa4e96b86c509841620ca02817431de..ee85fdd63ef1b012e20a1421cf09dd4935682f3c 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -165,7 +165,8 @@ _CATAPULT_TESTS = [
'--no-install-hooks',
'--no-use-local-chrome',
],
- 'disabled': ['android', 'win', 'mac', 'linux'],
+ #'disabled': ['android', 'win', 'mac', 'linux'],
+ 'disabled': ['android'],
sullivan 2016/12/06 19:17:01 Can you also move the Netlog Viewer entry up so th
wangyix 2016/12/06 19:22:53 Done.
},
]
« 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