We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff62945 commit 276a088Copy full SHA for 276a088
tests/integration_test/firebase_storage/task_e2e.dart
@@ -123,8 +123,7 @@ void setupTaskTests() {
123
// This task is flaky on mac, skip for now.
124
// TODO(russellwheatley): Windows works on example app, but fails on tests.
125
// Clue is in bytesTransferred + totalBytes which both equal: -3617008641903833651
126
- skip: defaultTargetPlatform == TargetPlatform.macOS ||
127
- defaultTargetPlatform == TargetPlatform.windows,
+ skip: defaultTargetPlatform != TargetPlatform.iOS,
128
);
129
130
test(
0 commit comments