From 47498a9d759fa2bdf712ef30867a846f7e2d1c2c Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Thu, 21 Apr 2022 11:45:52 +0100 Subject: Do not run tests that require work profile setup in presubmit Work profile setup is slow to pass presubmit timing contraints. Run cross profile tests as part of the postsubmit. Bug: 229749701 Test: atest CtsPhotoPickerTest Change-Id: Iad413e8e41e876f9d94d4bd1211e5bee3b0ca0a8 --- TEST_MAPPING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TEST_MAPPING b/TEST_MAPPING index 92d17e51..27a85cfb 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -9,6 +9,16 @@ { "name": "MediaProviderTests" }, + { + "name": "CtsPhotoPickerTest", + "options": [ + { + "exclude-annotation": "androidx.test.filters.LargeTest" + } + ] + } + ], + "postsubmit": [ { "name": "CtsPhotoPickerTest" } -- cgit v1.2.3