Merge "Honor org.junit.Ignore annotation." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-11 23:48:37 +00:00
committed by Android (Google) Code Review

View File

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