From 22578a76b22185e3d146a67fbb8a6edaac251180 Mon Sep 17 00:00:00 2001 From: Nicolo' Mazzucato Date: Thu, 9 Dec 2021 16:27:46 +0100 Subject: [PATCH] Add test mapping to avoid running @FoldableOnly scenarios With this change, tests annotated with @FoldableOnly are not executed as part of the existing presubmits. Test: Manual Bug: 209963184 Change-Id: I37dcf30a97ff2acf80d0dc7749530a01145e9ab7 --- packages/SystemUI/TEST_MAPPING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/SystemUI/TEST_MAPPING b/packages/SystemUI/TEST_MAPPING index b27159571af76..092758ee34eda 100644 --- a/packages/SystemUI/TEST_MAPPING +++ b/packages/SystemUI/TEST_MAPPING @@ -25,6 +25,9 @@ }, { "exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly" + }, + { + "exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly" } ] }, @@ -100,6 +103,9 @@ }, { "exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly" + }, + { + "exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly" } ] } @@ -119,6 +125,9 @@ }, { "exclude-annotation": "android.platform.test.scenario.annotation.LargeScreenOnly" + }, + { + "exclude-annotation": "android.platform.test.scenario.annotation.FoldableOnly" } ] }