Skip to content

Commit a3ac421

Browse files
committed
Disable threading
1 parent cf92aac commit a3ac421

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
node-version: '22.x'
1919
cache: 'npm'
2020
- run: npm ci
21-
- run: npm run test -- --no-file-parallelism
21+
- run: npm run test -- --no-file-parallelism --no-threads

test/orchestrator/connect/connect-command.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ describe.sequential('Connect orchestrator tests', () => {
7878
const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
7979

8080
afterEach(async () => {
81-
await wait(200);
8281
vi.resetAllMocks();
8382
MockOs.reset();
8483
})

0 commit comments

Comments
 (0)