diff options
author | 2025-02-25 16:11:04 -0500 | |
---|---|---|
committer | 2025-02-26 13:50:31 -0500 | |
commit | eed8c7e5170d1be28ea7c0e206c6191246f2c287 (patch) | |
tree | 7bf0953caddf4883ab28b6bb906dcaea8fad8c8d | |
parent | 0a3f7fd7ed3877cd777da14367ea74afadfee556 (diff) |
Remove GtsWebViewHostTestCases from TEST_MAPPING.
These tests are being removed.
Bug: 296426330
Test: n/a
Flag: TEST_ONLY
Change-Id: I92cf8054237b347a8d0f0ceb07744f012f0c999f
-rw-r--r-- | core/java/android/webkit/TEST_MAPPING | 9 | ||||
-rw-r--r-- | native/webview/TEST_MAPPING | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/core/java/android/webkit/TEST_MAPPING b/core/java/android/webkit/TEST_MAPPING index 38580595dc2d..c9b54760491a 100644 --- a/core/java/android/webkit/TEST_MAPPING +++ b/core/java/android/webkit/TEST_MAPPING @@ -17,15 +17,6 @@ "exclude-annotation": "android.test.FlakyTest" } ] - }, - { - "name": "GtsWebViewHostTestCases", - "keywords": ["internal"], - "options": [ - { - "exclude-annotation": "android.test.FlakyTest" - } - ] } ] } diff --git a/native/webview/TEST_MAPPING b/native/webview/TEST_MAPPING index 38580595dc2d..c9b54760491a 100644 --- a/native/webview/TEST_MAPPING +++ b/native/webview/TEST_MAPPING @@ -17,15 +17,6 @@ "exclude-annotation": "android.test.FlakyTest" } ] - }, - { - "name": "GtsWebViewHostTestCases", - "keywords": ["internal"], - "options": [ - { - "exclude-annotation": "android.test.FlakyTest" - } - ] } ] } |