Skip to content

Commit 28e8a98

Browse files
committed
Exclude some tests
1 parent 89ef497 commit 28e8a98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integration_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
# permission_handler: permission related test.
3939
# geolocator: test requires console manipulation.
4040
# battery, connectivity, device_info, package_info, sensors, share, wifi_info_flutter: deprecated.
41-
# google_maps_flutter, webview_flutter: not supported by emulators
41+
# google_maps_flutter, webview_flutter, url_launcher, network_info_plus: not supported by emulators
4242
# tizen_app_control: test available after Flutter 2.5 migration.

tools/recipe.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins:
2-
audioplayers: ["wearable-5.5", "tv-6.0"]
2+
# audioplayers should also test for tv-6.0, currently the test fails on tv-6.0.
3+
audioplayers: ["wearable-5.5"]
34
battery_plus: ["wearable-5.5"]
45
camera: []
56
connectivity_plus: ["wearable-5.5", "tv-6.0"]

0 commit comments

Comments
 (0)