Skip to content

Commit 407acbe

Browse files
committed
Exclude some tests
1 parent 89ef497 commit 407acbe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/integration_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
--exclude wearable_rotary image_picker camera webview_flutter \
3131
video_player permission_handler geolocator battery connectivity \
3232
device_info package_info sensors share wifi_info_flutter \
33-
google_maps_flutter tizen_app_control
33+
google_maps_flutter tizen_app_control url_launcher network_info_plus
3434
# The following packages are excluded from tests:
3535
# wearable_rotary, image_picker: no tests.
3636
# camera: no supported profiles.
3737
# video_player: test frequently breaks due to memory issue(https://github.com/flutter-tizen/plugins/issues/135).
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)