diff options
| author | 2023-09-20 09:54:48 +0000 | |
|---|---|---|
| committer | 2023-09-20 09:54:52 +0000 | |
| commit | 17f466ce22bda86daab5104d98949a70f734eaff (patch) | |
| tree | 07666361481c38137b92058ec9176cc77375e785 | |
| parent | 0c33ac8f7222d339033f02674c07e57c19e8c4bc (diff) | |
Remove CtsWindowManagerDeviceScvh from TEST_MAPPING
Seems like this module doesn't exist anymore.
Bug: 301056656
Change-Id: Iaaea96dc4f164bc2791d7c32167c5746b56b38de
| -rw-r--r-- | core/java/android/app/TEST_MAPPING | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/java/android/app/TEST_MAPPING b/core/java/android/app/TEST_MAPPING index 06e1b5bb5fb8..93107cea406e 100644 --- a/core/java/android/app/TEST_MAPPING +++ b/core/java/android/app/TEST_MAPPING @@ -350,21 +350,6 @@ "file_patterns": ["(/|^)ContextImpl.java"] }, { - "name": "CtsWindowManagerDeviceScvh", - "options": [ - { - "exclude-annotation": "androidx.test.filters.FlakyTest" - }, - { - "exclude-annotation": "org.junit.Ignore" - }, - { - "include-filter": "android.content.wm.cts" - } - ], - "file_patterns": ["(/|^)ContextImpl.java"] - }, - { "name": "CtsWindowManagerDeviceWindow", "options": [ { |