Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22578a76 authored by Nicolo' Mazzucato's avatar Nicolo' Mazzucato Committed by Nicolò Mazzucato
Browse files

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
parent 154e4da6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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"
        }
      ]
    }