diff options
| author | 2019-01-16 17:35:56 +0900 | |
|---|---|---|
| committer | 2019-01-16 17:43:52 +0900 | |
| commit | 44f95e71f696c9b4c190b587c21a9bcf062a2b1f (patch) | |
| tree | cc65b0f3b2507b6c2225c282e1f194ff02853f8a | |
| parent | 4180876be42bb7708f8a1e68ab3a82efce174f8b (diff) | |
Fix FlakyTest annotation in TEST_MAPPING of mockingservicestests
This is a follow up of I059ca4cba35202862137285352e03008d8321da8.
Test: Pass all presubmit tests in mockingservicestests pass.
$ atest --test-mapping frameworks/base/services/core/java/com/android/server
Bug: None
Change-Id: I0f780d3426fbe5a6e9e6ef4f5818852e5963a643
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index 93e1dd36797a..16b12f1f1d68 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -7,7 +7,7 @@ "include-annotation": "android.platform.test.annotations.Presubmit" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } |