ANDROID: Remove Cuttlefish display related tests from pre/postsubmit
Removal targets:
- CuttlefishDisplayTests
- CuttlefishDisplayHotplugTest
Unlike the other existing Cuttlefish tests in the pre-postsubmit,
they needs to run in host, not sandbox environment.
They'll run only under `cuttlefish_swiftshader_graphics_host_tests`,
controlled by an ATP config.
Bug: b/389954169
Test: N/A
Flag: TEST_ONLY
Change-Id: I55f019eecef0b7428becd451b068e93ca1a73c16
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f2c9f59..305410c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -4,25 +4,9 @@
"name": "VtsHalGraphicsComposer3_TargetTest"
}
],
- "postsubmit": [
- {
- "name": "CuttlefishDisplayTests"
- },
- {
- "name": "CuttlefishDisplayHotplugTest"
- }
- ],
"desktop-presubmit": [
{
"name": "VtsHalGraphicsComposer3_TargetTest"
}
- ],
- "desktop-postsubmit": [
- {
- "name": "CuttlefishDisplayTests"
- },
- {
- "name": "CuttlefishDisplayHotplugTest"
- }
]
-}
\ No newline at end of file
+}