Merge "Exclude large tests from presubmit."

This commit is contained in:
Treehugger Robot
2022-08-29 20:52:36 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 0 deletions

View File

@@ -120,6 +120,9 @@
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},

View File

@@ -6,6 +6,9 @@
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},

View File

@@ -9,6 +9,9 @@
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.LargeTest"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},