We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fdd68 commit 568bce9Copy full SHA for 568bce9
bindings/test/pending.test.ts
@@ -66,7 +66,7 @@ suite('pending', () => {
66
}
67
});
68
69
- test('interrupt', async () => {
+ test.skip('interrupt', async () => { // interrupt does not appear to be entirely deterministic
70
await withConnection(async (connection) => {
71
const prepared = await duckdb.prepare(connection, 'select count(*) as count from range(10_000)');
72
try {
0 commit comments