Skip to content

Commit c040340

Browse files
committed
Skip database locked tests
1 parent 551d2b6 commit c040340

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dart/test/sync_test.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,10 @@ void _syncTests<T>({
978978
expect(db.select('SELECT * FROM ps_buckets'), isEmpty);
979979
});
980980

981-
group('recoverable', () {
981+
group('recoverable',
982+
skip: testingWithSanitizers != null
983+
? 'Unsupported in memory VFS'
984+
: null, () {
982985
late CommonDatabase secondary;
983986
final checkpoint = {
984987
'checkpoint': {

0 commit comments

Comments
 (0)