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

Commit a3e4e3a7 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Honor org.junit.Ignore annotation.

Bug: 151135460
Test: added @Ignore to a test and checked atest didn't run it
Change-Id: Ied98fc49a85eccc5452ba8e07992a836f6fc11c5
parent 093ba7e5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
@@ -27,6 +30,9 @@
        {
            "include-annotation": "android.platform.test.scenario.annotation.Scenario"
        },
        {
            "exclude-annotation": "org.junit.Ignore"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        },