Skip to content

Commit

Permalink
Disable android jetpack compose and robolectric testing in Bazel down…
Browse files Browse the repository at this point in the history
…stream (#406)

Due to #400 

CC Greenteam @meteorcloudy
  • Loading branch information
sgowroji authored Jan 31, 2024
1 parent 4beb960 commit 62b2f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ common:
- "--enable_bzlmod"
build_targets:
- "//app/src/main:app"
skip_in_bazel_downstream_pipeline: "Due to https://github.com/bazelbuild/examples/issues/400"
android-robolectric: &android-robolectric
name: "Android Robolectric Testing"
# Cannot upgrade this until rules_kotlin is compatible.
Expand All @@ -38,6 +39,7 @@ common:
- "--enable_bzlmod"
test_targets:
- "//app:test"
skip_in_bazel_downstream_pipeline: "Due to https://github.com/bazelbuild/examples/issues/400"

tasks:
android-firebase-linux:
Expand Down

0 comments on commit 62b2f9e

Please sign in to comment.