Skip to content

Commit

Permalink
disable interrupt test (nondeterministic)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Oct 8, 2024
1 parent 94fdd68 commit 568bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/test/pending.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 568bce9

Please sign in to comment.