Skip to content

Commit f1e8b38

Browse files
committed
exclude bad test case from batch testing
1 parent 870813b commit f1e8b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/automation/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format": "xunit-file",
33
"exclude": ["node_modules", "output", "internal", "res", "app", "node-remote", "save_devtools_settings", "single_instance",
4-
"source-maps",
4+
"source-maps", "temp_dir",
55
"call_require_with_node-main_set", "show_devtool_after_http_server_created_in_node_main", "reference-node-main"],
66
"single": "",
77
"timeout": "5000",

0 commit comments

Comments
 (0)