Honor org.junit.Ignore annotation.

Bug: 151135460
Test: added @Ignore to a test and checked atest didn't run it
Change-Id: Ied98fc49a85eccc5452ba8e07992a836f6fc11c5
This commit is contained in:
Julia Tuttle
2020-03-11 17:09:58 -04:00
parent 093ba7e506
commit a3e4e3a792

View File

@@ -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"
},