From 1edbb81e20d89ad311777c3aea22934c30db0649 Mon Sep 17 00:00:00 2001 From: Pavel Grafov Date: Tue, 25 Jun 2019 12:26:08 +0100 Subject: Move non-flaky not too long tests into presubmit Bug: 135979609 Test: atest Change-Id: I77e0428e5e77b2fd5f377533a239a57df388f08d --- services/devicepolicy/TEST_MAPPING | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/services/devicepolicy/TEST_MAPPING b/services/devicepolicy/TEST_MAPPING index febfa17282ef..a5ee3e24e14a 100644 --- a/services/devicepolicy/TEST_MAPPING +++ b/services/devicepolicy/TEST_MAPPING @@ -1,12 +1,20 @@ { - "postsubmit": [ + "presubmit": [ { "name": "CtsDevicePolicyManagerTestCases", "options": [ { "exclude-annotation": "android.platform.test.annotations.FlakyTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.LargeTest" } ] } + ], + "postsubmit": [ + { + "name": "CtsDevicePolicyManagerTestCases" + } ] } -- cgit v1.2.3-59-g8ed1b