diff --git a/.github/workflows/functional-test.yml b/.github/workflows/functional-test.yml index 32731bb2..f5f5b153 100644 --- a/.github/workflows/functional-test.yml +++ b/.github/workflows/functional-test.yml @@ -210,7 +210,7 @@ jobs: runs-on: ${{ matrix.platform }} env: - API_LEVEL: 29 + API_LEVEL: 28 ARCH: x86 CI: true XCODE_VERSION: 15.4 @@ -236,27 +236,27 @@ jobs: sudo udevadm control --reload-rules sudo udevadm trigger --name-match=kvm - - name: AVD cache - if: matrix.e2e-tests == 'flutter-android' - uses: actions/cache@v3 - id: avd-cache - with: - path: | - ~/.android/avd/* - ~/.android/adb* - key: avd-${{ env.API_LEVEL }} - - - name: Create AVD and generate snapshot for caching - if: matrix.e2e-tests == 'flutter-android' - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: ${{ env.API_LEVEL }} - arch: ${{ env.ARCH }} - target: google_apis - force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - disable-animations: false - script: echo "Generated AVD snapshot for caching." + # - name: AVD cache + # if: matrix.e2e-tests == 'flutter-android' + # uses: actions/cache@v3 + # id: avd-cache + # with: + # path: | + # ~/.android/avd/* + # ~/.android/adb* + # key: avd-${{ env.API_LEVEL }} + + # - name: Create AVD and generate snapshot for caching + # if: matrix.e2e-tests == 'flutter-android' + # uses: reactivecircus/android-emulator-runner@v2 + # with: + # api-level: ${{ env.API_LEVEL }} + # arch: ${{ env.ARCH }} + # target: google_apis + # force-avd-creation: false + # emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + # disable-animations: false + # script: echo "Generated AVD snapshot for caching." - name: Set up Python 3.12 uses: actions/setup-python@v3 @@ -283,7 +283,6 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ env.API_LEVEL }} - arch: ${{ env.ARCH }} script: | pip install --upgrade pip pip install --upgrade pipenv @@ -291,8 +290,7 @@ jobs: pipenv install -d --system export PLATFORM=android pytest test/functional/flutter_integration/*_test.py -k test_camera_mocking --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html - target: google_apis - profile: Nexus 5X + target: default disable-spellchecker: true disable-animations: true