diff options
| author | 2019-01-30 16:38:27 -0800 | |
|---|---|---|
| committer | 2019-01-30 17:25:20 -0800 | |
| commit | e52f56c6f47182ef195f6a71345c8edf115b9f71 (patch) | |
| tree | 9bddddae6b0585fc2802be3917a2aef36f6d0871 | |
| parent | 7e67bb0716268a999b3c20e8dab0ba966f116431 (diff) | |
TEST_MAPPING: Remove CtsActivityManagerDeviceSdk25TestCases
Test module is too flaky, removing for now.
Bug:123658982
Test: None
Change-Id: If6dc8157acc402b0c1d5fc80f1eb36f584998508
| -rw-r--r-- | services/core/java/com/android/server/am/TEST_MAPPING | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/services/core/java/com/android/server/am/TEST_MAPPING b/services/core/java/com/android/server/am/TEST_MAPPING index c84b5c74c1e7..117174a6465e 100644 --- a/services/core/java/com/android/server/am/TEST_MAPPING +++ b/services/core/java/com/android/server/am/TEST_MAPPING @@ -1,17 +1,6 @@ { "presubmit": [ { - "name": "CtsActivityManagerDeviceSdk25TestCases", - "options": [ - { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - } - ] - }, - { "name": "CtsAppTestCases", "options": [ { @@ -38,20 +27,6 @@ "exclude-annotation": "androidx.test.filters.FlakyTest" } ] - }, - { - "name": "WmTests", - "options": [ - { - "include-filter": "com.android.server.am." - }, - { - "include-annotation": "android.platform.test.annotations.Presubmit" - }, - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - } - ] } ], "postsubmit": [ |