{ "presubmit-large": [ { "name": "CtsHostsideNetworkPolicyTests", "options": [ { "exclude-annotation": "android.platform.test.annotations.FlakyTest" }, { "exclude-annotation": "android.platform.test.annotations.RequiresDevice" } ] } ], "postsubmit": [ { // Postsubmit on virtual devices to monitor flakiness of all tests that don't require a // physical device "name": "CtsHostsideNetworkPolicyTests", "options": [ { "exclude-annotation": "androidx.test.filters.RequiresDevice" } ] } ] }