We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99a842 commit 03eab1fCopy full SHA for 03eab1f
tests/test_driver/firebase_storage/reference_e2e.dart
@@ -341,9 +341,9 @@ void setupReferenceTests() {
341
// });
342
},
343
// putFile is not supported in web.
344
- // iOS works locally but times out on CI. We ought to check this periodically
+ // iOS & macOS work locally but times out on CI. We ought to check this periodically
345
// as it may be OS version specific.
346
- skip: kIsWeb || defaultTargetPlatform == TargetPlatform.iOS,
+ skip: kIsWeb || defaultTargetPlatform == TargetPlatform.iOS || defaultTargetPlatform == TargetPlatform.macOS,
347
);
348
349
group('putString', () {
0 commit comments