Skip to content

Commit 56400c3

Browse files
chore: ci cleanup and flaky tests (#17735)
1 parent c588299 commit 56400c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cloud_firestore/cloud_firestore/example/integration_test/document_change_e2e.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ void runDocumentChangeTests() {
138138

139139
await subscription.cancel();
140140
},
141-
skip: defaultTargetPlatform == TargetPlatform.windows,
141+
skip: defaultTargetPlatform == TargetPlatform.windows ||
142+
defaultTargetPlatform == TargetPlatform.android,
142143
);
143144

144145
test(

0 commit comments

Comments
 (0)