Merge "Honor org.junit.Ignore annotation." into rvc-dev am: 5855ce58e9
Change-Id: Icdea8648af314ebba12d6e1e29f2ff7ce371c3e2
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
{
|
{
|
||||||
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "org.junit.Ignore"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
}
|
}
|
||||||
@@ -27,6 +30,9 @@
|
|||||||
{
|
{
|
||||||
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
"include-annotation": "android.platform.test.scenario.annotation.Scenario"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "org.junit.Ignore"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user