Skip to content

Commit bebd137

Browse files
authored
Disable test on Android Emulator temporarily
1 parent 6b8d956 commit bebd137

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ jobs:
202202
unity_version: ${{ fromJson(needs.check_and_prepare.outputs.matrix_unity_versions) }}
203203
os: ${{ fromJson(needs.check_and_prepare.outputs.matrix_build_os) }}
204204
platform: ${{ fromJson(needs.check_and_prepare.outputs.matrix_build_platform) }}
205+
exclude:
206+
- os: windows-latest
207+
platform: "iOS"
205208
env:
206209
# LC_ALL, LANG and U3D_PASSWORD are needed for U3D.
207210
LC_ALL: en_US.UTF-8
@@ -475,6 +478,13 @@ jobs:
475478
unity_version: ${{ fromJson(needs.check_and_prepare.outputs.matrix_unity_versions) }}
476479
build_os: ${{ fromJson(needs.check_and_prepare.outputs.matrix_build_os) }}
477480
mobile_device: ${{ fromJson(needs.check_and_prepare.outputs.mobile_device) }}
481+
exclude:
482+
# disable tests on android emualtor temporarily
483+
- mobile_device: "emulator_latest"
484+
- build_os: windows-latest
485+
mobile_device: "ios_target"
486+
- build_os: windows-latest
487+
mobile_device: "simulator_target"
478488
steps:
479489
- uses: actions/checkout@v2
480490
with:

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"matrix": {
5555
"build_os": ["macos-latest"],
5656
"unity_version": ["2019"],
57-
"mobile_device": ["android_target", "emulator_latest", "ios_target", "simulator_target"],
57+
"mobile_device": ["android_target", "emulator_latest", "ios_target", "simulator_target"],
5858

5959
MINIMAL_KEY: {
6060
"platform": ["Linux"],

0 commit comments

Comments
 (0)