Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baa22308 authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "Add PropertyInvalidatedCacheTests to presubmit"

parents 03b15781 b24d88a9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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": [