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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user