Skip to content

Commit ba80c87

Browse files
committed
Revert changes to grep
1 parent ac091e9 commit ba80c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ process.env.IS_MULTI_ROOT_TEST = IS_MULTI_ROOT_TEST.toString();
1212
// If running on CI server and we're running the debugger tests, then ensure we only run debug tests.
1313
// We do this to ensure we only run debugger test, as debugger tests are very flaky on CI.
1414
// So the solution is to run them separately and first on CI.
15-
const grep = IS_CI_SERVER && IS_CI_SERVER_TEST_DEBUGGER ? 'Debug' : 'FileSystem';
15+
const grep = IS_CI_SERVER && IS_CI_SERVER_TEST_DEBUGGER ? 'Debug' : undefined;
1616

1717
const testFilesSuffix = process.env.TEST_FILES_SUFFIX;
1818

0 commit comments

Comments
 (0)