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

Change-Id: I282f69ce4237a48abdcc791659f33a2ecac0a17a
This commit is contained in:
Automerger Merge Worker
2020-03-12 16:04:22 +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"
},