diff options
| author | 2021-10-20 09:48:52 +0000 | |
|---|---|---|
| committer | 2021-10-20 09:48:52 +0000 | |
| commit | 5b274f5eefbf1e620259aa5756fcdb5f63291348 (patch) | |
| tree | 2cffa8b03a73b7117429429257c60dd16db90f81 | |
| parent | 8f15a06f5a8e4202c5bd41b3e5a838b3e6ada2b9 (diff) | |
| parent | 563ecfccb18b7e82023f2d0ed874f7bb39cfd8b8 (diff) | |
Merge "Add android.net tests to postsubmit"
| -rw-r--r-- | core/java/android/net/TEST_MAPPING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/java/android/net/TEST_MAPPING b/core/java/android/net/TEST_MAPPING index 8c13ef98bedb..a379c33316f0 100644 --- a/core/java/android/net/TEST_MAPPING +++ b/core/java/android/net/TEST_MAPPING @@ -16,5 +16,24 @@ { "path": "frameworks/opt/net/wifi" } + ], + "postsubmit": [ + { + "name": "FrameworksCoreTests", + "options": [ + { + "include-filter": "android.net" + }, + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "org.junit.Ignore" + } + ] + } ] } |