Skip to content

Commit e15fd6c

Browse files
committed
Revert session test changes
1 parent 4ba49b0 commit e15fd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/test/common/session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void testSession(FutureOr<CommonSqlite3> Function() loadSqlite) {
159159
newValues: [null, 'a'],
160160
),
161161
]);
162-
});
162+
}, onPlatform: {'vm': Skip('diff seems to be unreliable in CI')});
163163
}
164164

165165
TypeMatcher<ChangesetOperation> isOp({

0 commit comments

Comments
 (0)