promote CtsTelecomCujTestCases to presubmits
The Telecom CUJ test suite has shown high stability
and caught a few bugs in post submit. The test suite
should be promoted to catch bugs at an earlier state.
Flag: EXEMPT test mapping update; non-flaggable
Fixes: 399443814
Test: none
Change-Id: If04e299bf1db5cab2646a668dd5889582b7a8c5d
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 09ebfe2..1355343 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -47,11 +47,9 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
- }
- ],
- "presubmit-large": [
+ },
{
- "name": "CtsTelecomTestCases",
+ "name": "CtsTelecomCujTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
@@ -59,9 +57,9 @@
]
}
],
- "postsubmit": [
+ "presubmit-large": [
{
- "name": "CtsTelecomCujTestCases",
+ "name": "CtsTelecomTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"