Skip to content

Commit 7f14566

Browse files
committed
test: stream test flaky
1 parent b69286b commit 7f14566

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/node-specific/abort_signal.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,7 @@ describe('AbortSignal support', () => {
559559
.on('error', reject)
560560
.on('close', resolve);
561561

562-
const start = performance.now();
563562
const result = await promise.catch(error => error);
564-
const end = performance.now();
565-
expect(end - start).to.be.lessThan(10);
566563

567564
expect(result).to.be.instanceOf(DOMException);
568565
});

0 commit comments

Comments
 (0)