Skip to content

Commit 276a088

Browse files
committed
test: skip flaky task tests on macOS, Windows and Android
1 parent ff62945 commit 276a088

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration_test/firebase_storage/task_e2e.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ void setupTaskTests() {
123123
// This task is flaky on mac, skip for now.
124124
// TODO(russellwheatley): Windows works on example app, but fails on tests.
125125
// Clue is in bytesTransferred + totalBytes which both equal: -3617008641903833651
126-
skip: defaultTargetPlatform == TargetPlatform.macOS ||
127-
defaultTargetPlatform == TargetPlatform.windows,
126+
skip: defaultTargetPlatform != TargetPlatform.iOS,
128127
);
129128

130129
test(

0 commit comments

Comments
 (0)