Skip to content

Commit 568bce9

Browse files
committed
disable interrupt test (nondeterministic)
1 parent 94fdd68 commit 568bce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/test/pending.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ suite('pending', () => {
6666
}
6767
});
6868
});
69-
test('interrupt', async () => {
69+
test.skip('interrupt', async () => { // interrupt does not appear to be entirely deterministic
7070
await withConnection(async (connection) => {
7171
const prepared = await duckdb.prepare(connection, 'select count(*) as count from range(10_000)');
7272
try {

0 commit comments

Comments
 (0)