Skip to content

Commit de78d94

Browse files
committed
test: fix flaky test
1 parent bde4261 commit de78d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ describe('core', () => {
681681
test('abort signal is transmittable through pipe', async () => {
682682
const ac = new AbortController()
683683
const { signal } = ac
684-
const p1 = $({ signal })`echo test`
684+
const p1 = $({ signal, nothrow: true })`echo test`
685685
const p2 = p1.pipe`sleep 999`
686686

687687
try {

0 commit comments

Comments
 (0)