-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/plugins
#3787Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsfound in release: 1.27Found to occur in 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
android_google_map_test does not run because of @TestOn('android') annotation.
On removing the annotation the test runs and fails, because of the assertion Platform.isAndroid which is false as the test is not integration test and not running on android.
I think the test is unnecessary as there is already integration test testLiteModeEnabled.
Steps to Reproduce
flutter test .\packages\google_maps_flutter\google_maps_flutter\test\android_google_map_test.dart
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsfound in release: 1.27Found to occur in 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: mapsGoogle Maps pluginGoogle Maps pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.