huangcm
2024-08-24 fc4c8ccc838b61e008a4a83be4b26b05dc3603d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "presubmit": [
        {
            "name": "FrameworksMockingServicesTests",
            "file_patterns": ["AlarmManagerService\\.java"],
            "options": [
                {
                  "include-filter": "com.android.server."
                },
                {
                  "include-annotation": "android.platform.test.annotations.Presubmit"
                },
                {
                  "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ]
        }
    ]
}