Skip to content

Commit 62b2f9e

Browse files
authored
Disable android jetpack compose and robolectric testing in Bazel downstream (#406)
Due to #400  CC Greenteam @meteorcloudy
1 parent 4beb960 commit 62b2f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .bazelci/android.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ common:
2828
- "--enable_bzlmod"
2929
build_targets:
3030
- "//app/src/main:app"
31+
skip_in_bazel_downstream_pipeline: "Due to https://github.com/bazelbuild/examples/issues/400"
3132
android-robolectric: &android-robolectric
3233
name: "Android Robolectric Testing"
3334
# Cannot upgrade this until rules_kotlin is compatible.
@@ -38,6 +39,7 @@ common:
3839
- "--enable_bzlmod"
3940
test_targets:
4041
- "//app:test"
42+
skip_in_bazel_downstream_pipeline: "Due to https://github.com/bazelbuild/examples/issues/400"
4143

4244
tasks:
4345
android-firebase-linux:

0 commit comments

Comments
 (0)