Merge "Honor org.junit.Ignore annotation." into rvc-dev am: 5855ce58e9

Change-Id: Icdea8648af314ebba12d6e1e29f2ff7ce371c3e2
This commit is contained in:
Automerger Merge Worker
2020-03-12 15:48:47 +00:00

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