diff options
author | 2023-06-07 22:14:31 +0000 | |
---|---|---|
committer | 2023-06-07 22:14:31 +0000 | |
commit | 6d9f4ed9cee61c96ee4cf88508db7b1996d98013 (patch) | |
tree | b9c1e7f457fbac511675bae6a5796bc2b950c9f9 | |
parent | a32e9998ea05f07ffb8c26eb33b12995a7dae13c (diff) |
Remove the NonMainlineTest from mainline-presubmit
Bug: 285958888
Test: TH
Change-Id: Icc6ef7c1ca26b632163b642e2c2366ba086b5b53
-rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index c983f5c776..0e93c9d139 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -23,6 +23,9 @@ "options": [ { "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" + }, + { + "exclude-annotation": "com.android.compatibility.common.util.NonMainlineTest" } ] } |