diff options
| author | Albin <albin@mullvad.net> | 2023-01-31 09:11:01 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-01-31 09:11:01 +0100 |
| commit | cee61eb0dd53c1cb219c69efd36d4eb751f0bf54 (patch) | |
| tree | 95350d12a72fa043bfdc76e495989d5ab9e11c13 /.github | |
| parent | 37177eeb6e1e81216dc589eb2cbd2ae8391b740c (diff) | |
| download | mullvadvpn-cee61eb0dd53c1cb219c69efd36d4eb751f0bf54.tar.xz mullvadvpn-cee61eb0dd53c1cb219c69efd36d4eb751f0bf54.zip | |
Disable flaky android tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index f800fbe138..c2dd84ee99 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -151,7 +151,7 @@ jobs: strategy: fail-fast: false matrix: - test-type: [app, mockapi] + test-type: [app] steps: - name: Checkout repository uses: actions/checkout@v3 |
