Merge "Add PropertyInvalidatedCacheTests to presubmit"

This commit is contained in:
Lee Shombert
2022-10-25 16:00:55 +00:00
committed by Android (Google) Code Review

View File

@@ -175,6 +175,23 @@
"file_patterns": [
"(/|^)KeyguardManager.java"
]
},
{
"name": "FrameworksCoreTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.app.PropertyInvalidatedCacheTests"
}
],
"file_patterns": [
"(/|^)PropertyInvalidatedCache.java"
]
}
],
"presubmit-large": [