Skip to content

Commit 20dd02c

Browse files
author
Akos Kitta
committed
test: no slow tests on the CI
1 parent de76a0f commit 20dd02c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/suite/debug.slow-test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ describe('debug (slow)', () => {
1515
let buildPath: string;
1616

1717
before(async function () {
18+
if (os.platform() === 'win32') {
19+
return this.skip();
20+
}
1821
this.timeout(60_000);
1922
testEnv = this.currentTest?.ctx?.['testEnv'];
2023
assert.ok(testEnv);

0 commit comments

Comments
 (0)