| Index: catapult_build/build_steps.py | 
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py | 
| index 41a561ef1fafdddec0bd01adfcb579c479e4cfdf..cff9681edfa4e96b86c509841620ca02817431de 100644 | 
| --- a/catapult_build/build_steps.py | 
| +++ b/catapult_build/build_steps.py | 
| @@ -91,15 +91,6 @@ | 
| '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'], | 
| @@ -166,6 +157,15 @@ | 
| 'name': 'Vinn 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'], | 
| }, | 
| ] | 
|  | 
|  |