Skip to content

Commit 03eab1f

Browse files
test(storage): skip flaky e2e test that keeps timing out in CI (#9788)
1 parent c99a842 commit 03eab1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_driver/firebase_storage/reference_e2e.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ void setupReferenceTests() {
341341
// });
342342
},
343343
// putFile is not supported in web.
344-
// iOS works locally but times out on CI. We ought to check this periodically
344+
// iOS & macOS work locally but times out on CI. We ought to check this periodically
345345
// as it may be OS version specific.
346-
skip: kIsWeb || defaultTargetPlatform == TargetPlatform.iOS,
346+
skip: kIsWeb || defaultTargetPlatform == TargetPlatform.iOS || defaultTargetPlatform == TargetPlatform.macOS,
347347
);
348348

349349
group('putString', () {

0 commit comments

Comments
 (0)