Skip to content

Commit 887bb4a

Browse files
committed
test(run): isolate batch-run specs from the CI runner env (GITHUB_ACTIONS leak)
1 parent 07d4e03 commit 887bb4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/commands/test.run.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,7 @@ describe('runTestRunAll — batch fresh run', () => {
27252725
fetchImpl,
27262726
stdout: line => stdoutLines.push(line),
27272727
stderr: () => undefined,
2728+
env: {} as NodeJS.ProcessEnv,
27282729
sleep: instantSleep,
27292730
},
27302731
);
@@ -3458,6 +3459,7 @@ describe('[B-E2E-01] runTestRunAll --wait: non-passed runs must exit 1 (regressi
34583459
fetchImpl,
34593460
stdout: line => stdoutLines.push(line),
34603461
stderr: () => undefined,
3462+
env: {} as NodeJS.ProcessEnv,
34613463
sleep: instantSleep,
34623464
},
34633465
);
@@ -3866,6 +3868,7 @@ describe('[finding-5] runTestRunAll --wait: RequestTimeoutError during fan-out p
38663868
fetchImpl,
38673869
stdout: line => stdoutLines.push(line),
38683870
stderr: () => undefined,
3871+
env: {} as NodeJS.ProcessEnv,
38693872
sleep: instantSleep,
38703873
},
38713874
).catch(e => e);

0 commit comments

Comments
 (0)