You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: android/BuildInstructions.md
+3
Original file line number
Diff line number
Diff line change
@@ -238,3 +238,6 @@ the `ENABLE_IN_APP_VERSION_NOTIFICATIONS` property can be set in `local.properti
238
238
```
239
239
ENABLE_IN_APP_VERSION_NOTIFICATIONS=false
240
240
```
241
+
242
+
### Run tests highly affected by rate limiting
243
+
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`.
0 commit comments