Skip to content

Commit d43f9fc

Browse files
committed
fix(tests): skip query test on non-web platforms and remove obsolete timestamp_cursor_encoding_test
1 parent c6a2e64 commit d43f9fc

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

packages/cloud_firestore/cloud_firestore/example/integration_test/query_e2e.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ void runQueryTests() {
10441044
.get();
10451045

10461046
expect(nextPage.docs, isEmpty);
1047-
});
1047+
}, skip: !kIsWeb);
10481048

10491049
testWidgets(
10501050
'throws exception without orderBy() on field used for inequality query',

packages/cloud_firestore/cloud_firestore_web/test/timestamp_cursor_encoding_test.dart

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)