diff options
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 406d362455..a1c9553f7b 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -247,6 +247,7 @@ jobs: retention-days: 1 instrumented-tests: + if: false name: Run instrumented tests runs-on: [self-hosted, android-emulator] timeout-minutes: 30 |
