Skip to content

Commit

Permalink
remove android tests (they do the same thing as smoke_tests!)
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Oct 25, 2024
1 parent 847c7aa commit 7753b64
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
- android/run-tests:
test-command: ./gradlew testDebug
- android/save-gradle-cache
android_test:
executor:
name: android/android-machine
resource-class: large
tag: default
steps:
- checkout
- android/start-emulator-and-run-tests:
system-image: system-images;android-30;google_apis;x86
smoke_test:
executor:
name: android/android-machine
Expand Down Expand Up @@ -98,8 +89,6 @@ workflows:
jobs:
- unit_test:
<<: *filters_always
- android_test:
<<: *filters_always
- smoke_test:
<<: *filters_always
- publish_maven:
Expand All @@ -108,7 +97,6 @@ workflows:
- java_beeline
requires:
- unit_test
- android_test
- smoke_test
nightly:
triggers:
Expand All @@ -120,5 +108,4 @@ workflows:
- main
jobs:
- unit_test
- android_test
- smoke_test

0 comments on commit 7753b64

Please sign in to comment.