| Index: tools/run-tests.py
|
| diff --git a/tools/run-tests.py b/tools/run-tests.py
|
| index e982cdc5050bfbc808ac58374775dcfdd7c5f706..de1646336964f02c1a6388fa9de1d7d162c28169 100755
|
| --- a/tools/run-tests.py
|
| +++ b/tools/run-tests.py
|
| @@ -71,7 +71,6 @@ TEST_MAP = {
|
| "preparser",
|
| "intl",
|
| "unittests",
|
| - "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/default.isolate.
|
| "default": [
|
| @@ -82,7 +81,6 @@ TEST_MAP = {
|
| "preparser",
|
| "intl",
|
| "unittests",
|
| - "inspector_protocol_parser_test",
|
| ],
|
| # This needs to stay in sync with test/optimize_for_size.isolate.
|
| "optimize_for_size": [
|
|
|