diff options
-rw-r--r-- | TEST_MAPPING | 5 | ||||
-rw-r--r-- | framework/TEST_MAPPING | 3 | ||||
-rw-r--r-- | service/TEST_MAPPING | 3 |
3 files changed, 3 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index b16bff6f65..c983f5c776 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -17,10 +17,7 @@ "mainline-presubmit": [ { "name": "MtsWifiTestCases[com.google.android.wifi.apex]" - } - ], - // TODO(b/179512200): move to mainline-presubmit once passing - "mainline-postsubmit": [ + }, { "name": "CtsWifiTestCases[com.google.android.wifi.apex]", "options": [ diff --git a/framework/TEST_MAPPING b/framework/TEST_MAPPING index e32b2053d9..d615880736 100644 --- a/framework/TEST_MAPPING +++ b/framework/TEST_MAPPING @@ -9,8 +9,7 @@ "name": "FrameworksWifiTests" } ], - // TODO(b/179512200): move to mainline-presubmit once passing - "mainline-postsubmit": [ + "mainline-presubmit": [ { "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]" }, diff --git a/service/TEST_MAPPING b/service/TEST_MAPPING index 0e8162f337..6ada6d9d1f 100644 --- a/service/TEST_MAPPING +++ b/service/TEST_MAPPING @@ -12,8 +12,7 @@ ] } ], - // TODO(b/179512200): move to mainline-presubmit once passing - "mainline-postsubmit": [ + "mainline-presubmit": [ { "name": "FrameworksWifiTests[com.google.android.wifi.apex]" } |