diff options
author | 2021-03-02 17:45:11 -0800 | |
---|---|---|
committer | 2021-03-03 01:52:24 +0000 | |
commit | dae156f7ac9d0c800545044a92ab68aee87a2cab (patch) | |
tree | 1a5d32b4cb749400cebd819da1fb5d58c73c4a03 | |
parent | f95add02ad99940d38dbf22388cc8c2340a8eeaf (diff) |
Move failing tests to mainline-postsubmit
These tests are failing. Move them to
mainline-postsubmit so that we can make
mainline-presubmit blocking ASAP. Then, once the
tests are fixed, move it back to mainline-presubmit.
Bug: 179512200
Test: presubmit
Change-Id: I045aecaab6083cb2584f59742c4117aa039ccf81
Merged-In: I045aecaab6083cb2584f59742c4117aa039ccf81
-rw-r--r-- | TEST_MAPPING | 9 | ||||
-rw-r--r-- | framework/TEST_MAPPING | 6 | ||||
-rw-r--r-- | service/TEST_MAPPING | 6 |
3 files changed, 17 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index b3d47e7cfb..b16bff6f65 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -16,15 +16,18 @@ ], "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": [ { "exclude-annotation": "android.net.wifi.cts.VirtualDeviceNotSupported" } ] - }, - { - "name": "MtsWifiTestCases[com.google.android.wifi.apex]" } ] } diff --git a/framework/TEST_MAPPING b/framework/TEST_MAPPING index 7153253184..e32b2053d9 100644 --- a/framework/TEST_MAPPING +++ b/framework/TEST_MAPPING @@ -9,9 +9,13 @@ "name": "FrameworksWifiTests" } ], - "mainline-presubmit": [ + // TODO(b/179512200): move to mainline-presubmit once passing + "mainline-postsubmit": [ { "name": "FrameworksWifiApiTests[com.google.android.wifi.apex]" + }, + { + "name": "FrameworksWifiTests[com.google.android.wifi.apex]" } ] } diff --git a/service/TEST_MAPPING b/service/TEST_MAPPING index fe5ba48d45..0e8162f337 100644 --- a/service/TEST_MAPPING +++ b/service/TEST_MAPPING @@ -11,5 +11,11 @@ } ] } + ], + // TODO(b/179512200): move to mainline-presubmit once passing + "mainline-postsubmit": [ + { + "name": "FrameworksWifiTests[com.google.android.wifi.apex]" + } ] } |