Exclude large tests from presubmit.

Bug: 222555677
Test: N/A
Merged-In: Ib19a2096a97367b37b3a22033ec2001693f23bff
Change-Id: I9ea72fd69a4771231b2342c50423cb1461d9ea09
This commit is contained in:
Lucas Henneman
2022-08-05 18:17:33 +00:00
parent 1c6932c66e
commit adbe824324
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"
},