Skip to content

Commit fa58d9e

Browse files
committed
exclude "source-maps" from batch testing because of lack dependency on devtools
1 parent 5b55053 commit fa58d9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/automation/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"format": "xunit-file",
3-
"exclude": ["node_modules", "output", "internal", "res", "app", "node-remote", "save_devtools_settings", "single_instance"
3+
"exclude": ["node_modules", "output", "internal", "res", "app", "node-remote", "save_devtools_settings", "single_instance",
4+
"source-maps",
45
"call_require_with_node-main_set", "show_devtool_after_http_server_created_in_node_main", "reference-node-main"],
56
"single": "",
67
"timeout": "5000",

0 commit comments

Comments
 (0)