We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac091e9 commit ba80c87Copy full SHA for ba80c87
src/test/index.ts
@@ -12,7 +12,7 @@ process.env.IS_MULTI_ROOT_TEST = IS_MULTI_ROOT_TEST.toString();
12
// If running on CI server and we're running the debugger tests, then ensure we only run debug tests.
13
// We do this to ensure we only run debugger test, as debugger tests are very flaky on CI.
14
// 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';
+const grep = IS_CI_SERVER && IS_CI_SERVER_TEST_DEBUGGER ? 'Debug' : undefined;
16
17
const testFilesSuffix = process.env.TEST_FILES_SUFFIX;
18
0 commit comments