summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-08-13 14:51:14 +0200
committerNiklas Berglund <niklas.berglund@gmail.com>2024-08-19 11:53:56 +0200
commit89ea752eb3fe3378fb7439a0f5287aad37cb0ea0 (patch)
treeb2cf699bae0972fb0ee87de7962ce345c2ad0cff /android/BuildInstructions.md
parent58a811f70b0d9da7ad052ec98b25eff65ee4a1be (diff)
downloadmullvadvpn-89ea752eb3fe3378fb7439a0f5287aad37cb0ea0.tar.xz
mullvadvpn-89ea752eb3fe3378fb7439a0f5287aad37cb0ea0.zip
Fix for failing mockapi and e2e tests
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`.