diff --git a/bindings/test/pending.test.ts b/bindings/test/pending.test.ts index 04f46ae..ec575cd 100644 --- a/bindings/test/pending.test.ts +++ b/bindings/test/pending.test.ts @@ -66,7 +66,7 @@ suite('pending', () => { } }); }); - test('interrupt', async () => { + test.skip('interrupt', async () => { // interrupt does not appear to be entirely deterministic await withConnection(async (connection) => { const prepared = await duckdb.prepare(connection, 'select count(*) as count from range(10_000)'); try {