diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 5b0bd9614f831..0f26818ead716 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -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": [