diff options
| author | Albin <albin@mullvad.net> | 2024-02-12 08:29:29 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-02-12 08:29:29 +0100 |
| commit | f58f462936a1780d4824e53140f8163092067733 (patch) | |
| tree | 4d31b01b07b08d42322842f9bd07c7d4cb05c826 | |
| parent | b45a5e965b62b78020d762e2575c79b3081d1581 (diff) | |
| download | mullvadvpn-f58f462936a1780d4824e53140f8163092067733.tar.xz mullvadvpn-f58f462936a1780d4824e53140f8163092067733.zip | |
Temporarily disable flaky Android mockapi tests
| -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 04bade3349..ed7ea45366 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -310,7 +310,7 @@ jobs: strategy: fail-fast: false matrix: - test-type: [app, mockapi] + test-type: [app] # Temporarily disabled: mockapi steps: - name: Checkout repository uses: actions/checkout@v3 |
