Move NeuralNetworksTest_static to group presubmit-large
The test config takes longer than 15mins to run. Move it to a dedicated
group for running slow presubmit Test Mapping test.
Some more context is in the referenced bug, e.g, b/174495337
The group will work exactly the same as presubmit for now.
Bug: 174654670
Bug: 174495337
Test: none
Change-Id: I3b71139951f1847123dbf120c531d71c972e361a
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f4762f2..8973eb1 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,6 +1,11 @@
{
"presubmit": [
{
+ "name": "NeuralNetworksTest_utils"
+ }
+ ],
+ "presubmit-large": [
+ {
"name": "NeuralNetworksTest_static",
"options": [
{
@@ -17,11 +22,6 @@
]
},
{
- "name": "NeuralNetworksTest_utils"
- }
- ],
- "presubmit-large": [
- {
"name": "CtsNNAPITestCases"
}
],