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

Unified Diff: catapult_build/build_steps.py

Issue 2553213002: re-enabled netlog viewer dev server tests (Closed)
Patch Set: cleaned up code 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..41a561ef1fafdddec0bd01adfcb579c479e4cfdf 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -91,6 +91,15 @@ _CATAPULT_TESTS = [
'disabled': ['android'],
},
{
+ 'name': 'NetLog Viewer Dev Server Tests',
+ 'path': 'netlog_viewer/bin/run_dev_server_tests',
+ 'additional_args': [
+ '--no-install-hooks',
+ '--no-use-local-chrome',
+ ],
+ 'disabled': ['android'],
+ },
+ {
'name': 'Py-vulcanize Tests',
'path': 'third_party/py_vulcanize/bin/run_py_tests',
'additional_args': ['--no-install-hooks'],
@@ -158,15 +167,6 @@ _CATAPULT_TESTS = [
'path': 'third_party/vinn/bin/run_tests',
'disabled': ['android'],
},
- {
- 'name': 'NetLog Viewer Dev Server Tests',
- 'path': 'netlog_viewer/bin/run_dev_server_tests',
- 'additional_args': [
- '--no-install-hooks',
- '--no-use-local-chrome',
- ],
- 'disabled': ['android', 'win', 'mac', 'linux'],
- },
]
« 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