diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-13 14:51:14 +0200 |
|---|---|---|
| committer | Niklas Berglund <niklas.berglund@gmail.com> | 2024-08-19 11:53:56 +0200 |
| commit | 89ea752eb3fe3378fb7439a0f5287aad37cb0ea0 (patch) | |
| tree | b2cf699bae0972fb0ee87de7962ce345c2ad0cff /android/BuildInstructions.md | |
| parent | 58a811f70b0d9da7ad052ec98b25eff65ee4a1be (diff) | |
| download | mullvadvpn-89ea752eb3fe3378fb7439a0f5287aad37cb0ea0.tar.xz mullvadvpn-89ea752eb3fe3378fb7439a0f5287aad37cb0ea0.zip | |
Fix for failing mockapi and e2e tests
Diffstat (limited to 'android/BuildInstructions.md')
| -rw-r--r-- | android/BuildInstructions.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md index b6dc1defca..fdbea86715 100644 --- a/android/BuildInstructions.md +++ b/android/BuildInstructions.md @@ -238,3 +238,6 @@ the `ENABLE_IN_APP_VERSION_NOTIFICATIONS` property can be set in `local.properti ``` ENABLE_IN_APP_VERSION_NOTIFICATIONS=false ``` + +### Run tests highly affected by rate limiting +To avoid being rate limited we avoid running tests sending requests that are highly rate limited too often. If you want to run these tests you can set `enable_highly_rate_limited_tests=true` in `local.properties`. The default value is `false`. |
