We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cfd2d commit 6b8917dCopy full SHA for 6b8917d
1 file changed
tests/integration_test/firebase_analytics/firebase_analytics_e2e_test.dart
@@ -373,8 +373,9 @@ void main() {
373
),
374
);
375
},
376
- skip: defaultTargetPlatform != TargetPlatform.iOS &&
377
- defaultTargetPlatform != TargetPlatform.macOS,
+ skip: kIsWeb ||
+ (defaultTargetPlatform != TargetPlatform.iOS &&
378
+ defaultTargetPlatform != TargetPlatform.macOS),
379
380
381
test(
@@ -391,8 +392,9 @@ void main() {
391
392
393
394
395
396
397
398
399
});
400
0 commit comments