diff --git a/.circleci/config.yml b/.circleci/config.yml index bd2004e921..bbbc874ccb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,11 +22,11 @@ jobs: - android/change-java-version: java-version: 17 - - android/start-emulator-and-run-tests: - system-image: system-images;android-29;google_apis;x86 + #- android/start-emulator-and-run-tests: + #system-image: system-images;android-29;google_apis;x86 # Compile while the emulator starts to use the time. - post-emulator-launch-assemble-command: ./gradlew compileFullDebugUnitTestSources database:impl:compileFullDebugAndroidTestSources - test-command: ./gradlew database:impl:connectedFullDebugAndroidTest + #post-emulator-launch-assemble-command: ./gradlew compileFullDebugUnitTestSources database:impl:compileFullDebugAndroidTestSources + #test-command: ./gradlew database:impl:connectedFullDebugAndroidTest - android/run-tests: test-command: ./gradlew testFullDebugUnitTest