diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-08-21 13:22:30 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-08-21 14:09:45 +0200 |
| commit | 584489a2da964483ad0eb7859a60920ea2644872 (patch) | |
| tree | bd60b9a15597703b5f5355827945b1ea916ae5b9 /.github/workflows | |
| parent | 4f3c7d757a0f49d69dd3f064974dbde3c309ef3a (diff) | |
| download | mullvadvpn-584489a2da964483ad0eb7859a60920ea2644872.tar.xz mullvadvpn-584489a2da964483ad0eb7859a60920ea2644872.zip | |
Temporarily disable instrumental tests
Diffstat (limited to '.github/workflows')
| -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 |
