diff options
| author | 2019-01-04 05:26:21 +0000 | |
|---|---|---|
| committer | 2019-01-04 05:26:21 +0000 | |
| commit | 4e07b513f5ee7b5fd5deba3f9fa9d82bfaffb8bd (patch) | |
| tree | 9a66bfd043a07cfa7e0b2ba1e56cd53f4c83ae7b | |
| parent | ffaf2f3d1b725fbfbd08d72b6322879e4cc5a157 (diff) | |
| parent | cdc0d02e0742794174284f4ecf03d0ea2d71ef47 (diff) | |
Merge "Migrate frameworks/base/services/accessibility to androidx.test"
| -rw-r--r-- | services/accessibility/TEST_MAPPING | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/services/accessibility/TEST_MAPPING b/services/accessibility/TEST_MAPPING index 320924c954f8..d90c3bd9b4c2 100644 --- a/services/accessibility/TEST_MAPPING +++ b/services/accessibility/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" } ] }, @@ -18,7 +18,7 @@ "include-annotation": "android.platform.test.annotations.Presubmit" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }, @@ -29,7 +29,7 @@ "include-annotation": "android.platform.test.annotations.Presubmit" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }, @@ -40,7 +40,7 @@ "include-filter": "com.android.server.accessibility" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }, @@ -51,7 +51,7 @@ "include-filter": "com.android.internal.accessibility" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] }, @@ -62,7 +62,7 @@ "include-filter": "android.view.accessibility" }, { - "exclude-annotation": "android.support.test.filters.FlakyTest" + "exclude-annotation": "androidx.test.filters.FlakyTest" } ] } |