diff options
author | 2023-09-28 20:19:26 +0000 | |
---|---|---|
committer | 2023-09-28 20:19:26 +0000 | |
commit | 0da4f15b8e3806c9403f5652637474985bb505b2 (patch) | |
tree | f8f978328141e6b93251874609a75f14a2a36a91 | |
parent | ce36021dfe5a01c29c8c43ac56d34f2f88e0bb49 (diff) |
Keep GTS tests in internal cf.
Bug: 300519349
Test: presubmit
Change-Id: I720285ddafc5493a172a0125bdbf31adadda2eba
-rw-r--r-- | core/java/android/webkit/TEST_MAPPING | 2 | ||||
-rw-r--r-- | native/webview/TEST_MAPPING | 2 | ||||
-rw-r--r-- | services/core/java/com/android/server/integrity/TEST_MAPPING | 1 | ||||
-rw-r--r-- | services/core/java/com/android/server/pm/TEST_MAPPING | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/webkit/TEST_MAPPING b/core/java/android/webkit/TEST_MAPPING index c1bc6d720ece..07f438329e43 100644 --- a/core/java/android/webkit/TEST_MAPPING +++ b/core/java/android/webkit/TEST_MAPPING @@ -26,6 +26,7 @@ }, { "name": "GtsWebViewTestCases", + "keywords": ["internal"], "options": [ { "exclude-annotation": "android.test.FlakyTest" @@ -34,6 +35,7 @@ }, { "name": "GtsWebViewHostTestCases", + "keywords": ["internal"], "options": [ { "exclude-annotation": "android.test.FlakyTest" diff --git a/native/webview/TEST_MAPPING b/native/webview/TEST_MAPPING index c1bc6d720ece..07f438329e43 100644 --- a/native/webview/TEST_MAPPING +++ b/native/webview/TEST_MAPPING @@ -26,6 +26,7 @@ }, { "name": "GtsWebViewTestCases", + "keywords": ["internal"], "options": [ { "exclude-annotation": "android.test.FlakyTest" @@ -34,6 +35,7 @@ }, { "name": "GtsWebViewHostTestCases", + "keywords": ["internal"], "options": [ { "exclude-annotation": "android.test.FlakyTest" diff --git a/services/core/java/com/android/server/integrity/TEST_MAPPING b/services/core/java/com/android/server/integrity/TEST_MAPPING index 495920454fd7..be8d2e15a203 100644 --- a/services/core/java/com/android/server/integrity/TEST_MAPPING +++ b/services/core/java/com/android/server/integrity/TEST_MAPPING @@ -10,6 +10,7 @@ }, { "name": "GtsSecurityHostTestCases", + "keywords": ["internal"], "options": [ { "include-filter": "com.google.android.security.gts.AppIntegrityManagerTest" diff --git a/services/core/java/com/android/server/pm/TEST_MAPPING b/services/core/java/com/android/server/pm/TEST_MAPPING index 390c45b6a524..d1bf99e3500e 100644 --- a/services/core/java/com/android/server/pm/TEST_MAPPING +++ b/services/core/java/com/android/server/pm/TEST_MAPPING @@ -63,6 +63,7 @@ }, { "name": "GtsSecurityHostTestCases", + "keywords": ["internal"], "options": [ { "include-filter": "com.google.android.security.gts.PackageVerifierTest" |