| { | |
| "presubmit": [ | |
| { | |
| "name": "CtsLocationFineTestCases", | |
| "options": [ | |
| { | |
| // TODO: Wait for test to deflake - b/293934372 | |
| "exclude-filter":"android.location.cts.fine.ScanningSettingsTest" | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "CtsLocationCoarseTestCases" | |
| }, | |
| { | |
| "name": "CtsLocationNoneTestCases" | |
| }, | |
| { | |
| "name": "FrameworksMockingServicesTests", | |
| "options": [{ | |
| "include-filter": "com.android.server.location" | |
| }] | |
| } | |
| ] | |
| } |