Sudheer Shanka | be82d7d | 2021-01-05 06:41:44 +0000 | [diff] [blame] | 1 | { |
easoncylee | 942a988 | 2021-04-13 10:44:14 +0800 | [diff] [blame] | 2 | "presubmit-large": [ |
Sudheer Shanka | be82d7d | 2021-01-05 06:41:44 +0000 | [diff] [blame] | 3 | { |
| 4 | "name": "CtsHostsideNetworkTests", |
| 5 | "options": [ |
| 6 | { |
Sudheer Shanka | be82d7d | 2021-01-05 06:41:44 +0000 | [diff] [blame] | 7 | "exclude-annotation": "androidx.test.filters.FlakyTest" |
| 8 | }, |
| 9 | { |
| 10 | "exclude-annotation": "android.platform.test.annotations.FlakyTest" |
chiachangwang | 6e1649a | 2023-02-13 13:19:41 +0000 | [diff] [blame] | 11 | }, |
| 12 | { |
| 13 | "exclude-annotation": "android.platform.test.annotations.RequiresDevice" |
Junyu Lai | 7eb00f7 | 2023-07-26 13:58:06 +0800 | [diff] [blame^] | 14 | }, |
| 15 | { |
| 16 | "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| 17 | } |
| 18 | ] |
| 19 | } |
| 20 | ], |
| 21 | "postsubmit": [ |
| 22 | { |
| 23 | // Postsubmit on virtual devices to monitor flakiness of @SkipPresubmit methods |
| 24 | "name": "CtsHostsideNetworkTests", |
| 25 | "options": [ |
| 26 | { |
| 27 | "exclude-annotation": "androidx.test.filters.RequiresDevice" |
Sudheer Shanka | be82d7d | 2021-01-05 06:41:44 +0000 | [diff] [blame] | 28 | } |
| 29 | ] |
| 30 | } |
| 31 | ] |
easoncylee | 942a988 | 2021-04-13 10:44:14 +0800 | [diff] [blame] | 32 | } |