diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-20 17:54:20 +0200 |
|---|---|---|
| committer | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-21 14:20:13 +0200 |
| commit | 31da5742fdb9baa0006c96c017cef2d0c0b3bc40 (patch) | |
| tree | f95bade16eda7bb13a152ad605a65cfceaae45b6 /android/test | |
| parent | d6771c29ed0b7a9df53d67a736e49a6f671c6981 (diff) | |
| download | mullvadvpn-31da5742fdb9baa0006c96c017cef2d0c0b3bc40.tar.xz mullvadvpn-31da5742fdb9baa0006c96c017cef2d0c0b3bc40.zip | |
Rerun flaky tests in Firebase
Diffstat (limited to 'android/test')
| -rw-r--r-- | android/test/firebase/e2e-play-stagemole.yml | 1 | ||||
| -rw-r--r-- | android/test/firebase/mockapi-oss.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/android/test/firebase/e2e-play-stagemole.yml b/android/test/firebase/e2e-play-stagemole.yml index 9d3fe92eff..24cedac448 100644 --- a/android/test/firebase/e2e-play-stagemole.yml +++ b/android/test/firebase/e2e-play-stagemole.yml @@ -5,6 +5,7 @@ default: test: android/test/e2e/build/outputs/apk/playStagemole/debug/e2e-play-stagemole-debug.apk timeout: 10m use-orchestrator: true + num-flaky-test-attempts: 1 device: - {model: shiba, version: 34, locale: en, orientation: portrait} # pixel 8 - {model: felix, version: 34, locale: en, orientation: portrait} # pixel fold diff --git a/android/test/firebase/mockapi-oss.yml b/android/test/firebase/mockapi-oss.yml index a1245f1d4f..d9e180788f 100644 --- a/android/test/firebase/mockapi-oss.yml +++ b/android/test/firebase/mockapi-oss.yml @@ -5,6 +5,7 @@ default: test: android/test/mockapi/build/outputs/apk/oss/debug/mockapi-oss-debug.apk timeout: 10m use-orchestrator: true + num-flaky-test-attempts: 1 device: - {model: shiba, version: 34, locale: en, orientation: portrait} - {model: tangorpro, version: 33, locale: en, orientation: portrait} |
