Skip to content

Commit 1ba2615

Browse files
committed
Skip lock timeout test
1 parent bec5006 commit 1ba2615

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/sqlite_async/test/basic_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ void main() {
229229
);
230230

231231
await completion;
232+
}, onPlatform: {
233+
'browser': Skip(
234+
'Web locks are managed with a shared worker, which does not support timeouts',
235+
)
232236
});
233237
});
234238
}

0 commit comments

Comments
 (0)