1{
2  "presubmit-large": [
3    {
4      "name": "CtsHostsideNetworkPolicyTests",
5      "options": [
6        {
7          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
8        },
9        {
10          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
11        }
12      ]
13    }
14  ],
15  "postsubmit": [
16    {
17      // Postsubmit on virtual devices to monitor flakiness of all tests that don't require a
18      // physical device
19      "name": "CtsHostsideNetworkPolicyTests",
20      "options": [
21        {
22          "exclude-annotation": "androidx.test.filters.RequiresDevice"
23        }
24      ]
25    }
26  ]
27}
28