Do not make all instrumentation tests internal users.

This commit is contained in:
Greyson Parrelli
2025-08-07 15:19:20 -04:00
parent 27ddc97ea4
commit 3273787a05
3 changed files with 4 additions and 3 deletions

View File

@@ -535,7 +535,7 @@ object RemoteConfig {
key = "android.internalUser",
hotSwappable = true
) { value ->
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING || Environment.IS_INSTRUMENTATION
value.asBoolean(false) || Environment.IS_NIGHTLY || Environment.IS_STAGING
}
/** The raw client expiration JSON string. */