summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-08-19 12:46:49 +0200
committerAlbin <albin@mullvad.net>2024-08-19 12:46:49 +0200
commit3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa (patch)
treeecc00338159437299df39e4333716b6543356fd1 /android/BuildInstructions.md
parent58a811f70b0d9da7ad052ec98b25eff65ee4a1be (diff)
parent69bce812c4d300a1d9e26c0086a5778da65e01da (diff)
downloadmullvadvpn-3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa.tar.xz
mullvadvpn-3305d6aeb3018688dc4ab28ec60d5a990bb9d8fa.zip
Merge branch 'unable-to-get-initilizationprovider-droid-1238'
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md3
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`.