Skip to content

Commit e171044

Browse files
[CI] Disable android-35
1 parent 48693e6 commit e171044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ jobs:
111111
matrix:
112112
emulator:
113113
# Emulator matrix generated by ci-scripts/emulator_matrix_generator.py
114-
- {'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64'}
114+
# @TODO: fix android-35
115+
# - {'api_level': 35, 'api_type_target': 'google_apis', 'arch': 'x86_64'}
115116
- {'api_level': 34, 'api_type_target': 'default', 'arch': 'x86_64'}
116117
- {'api_level': 33, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'}
117118
- {'api_level': 32, 'api_type_target': 'aosp_atd', 'arch': 'x86_64'}

0 commit comments

Comments
 (0)