Skip to content

Commit f7c4235

Browse files
committed
chore: disable android tests (#39)
1 parent 2a1c94d commit f7c4235

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/configurations/test_workflows/testAll.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
latest : false
1111
dryrun: true
1212
- prepare_hermes_workspace
13-
- build_android:
14-
release_type: "dry-run"
13+
# - build_android:
14+
# release_type: "dry-run"
1515
- build_hermesc_linux:
1616
requires:
1717
- prepare_hermes_workspace
@@ -38,21 +38,21 @@
3838
# Build a release package on every untagged commit, but do not publish to npm.
3939
release_type: "dry-run"
4040
requires:
41-
- build_android
41+
# - build_android
4242
- build_hermesc_linux
4343
- build_hermes_macos
4444
- build_hermesc_windows
45-
- test_android:
46-
requires:
47-
- build_android
48-
- test_android_template:
49-
requires:
50-
- build_npm_package
51-
matrix:
52-
parameters:
53-
architecture: ["NewArch", "OldArch"]
54-
jsengine: ["Hermes", "JSC"]
55-
flavor: ["Debug", "Release"]
45+
# - test_android:
46+
# requires:
47+
# - build_android
48+
# - test_android_template:
49+
# requires:
50+
# - build_npm_package
51+
# matrix:
52+
# parameters:
53+
# architecture: ["NewArch", "OldArch"]
54+
# jsengine: ["Hermes", "JSC"]
55+
# flavor: ["Debug", "Release"]
5656
- test_ios_template:
5757
requires:
5858
- build_npm_package

0 commit comments

Comments
 (0)