| 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'],
|
| - },
|
| ]
|
|
|
|
|
|
|