summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/main.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/main.ts b/testing/main.ts
index 00502b237..64d7e597e 100644
--- a/testing/main.ts
+++ b/testing/main.ts
@@ -4,8 +4,6 @@ import { runTests } from "./mod.ts";
async function main() {
// Testing entire test suite serially
await runTests();
- // Testing parallel execution on a subset that does not depend on exec order
- await runTests({ parallel: true, only: /^testing/ });
}
main();