OSDN Git Service

Remove CtsViewTestCases in TEST_MAPPING file
authorDan Shi <dshi@google.com>
Tue, 12 Feb 2019 17:33:07 +0000 (09:33 -0800)
committerDan Shi <dshi@google.com>
Tue, 12 Feb 2019 17:33:07 +0000 (09:33 -0800)
The test config has an option to use package filter, which does not
work with another TEST_MAPPING which has the same test but use a
class filter.
startop/view_compiler/TEST_MAPPING

Bug: 124248633
Test: none
Change-Id: Id989d9df8983e7a08be38616e92e10f70fe4846a

core/java/android/view/textclassifier/TEST_MAPPING

index 0d3c346..01a6ede 100644 (file)
           "exclude-annotation": "androidx.test.filters.FlakyTest"
         }
       ]
-    },
-    {
-      "name": "CtsViewTestCases",
-      "options": [
-        {
-          "include-filter": "android.view.textclassifier.cts"
-        }
-      ]
     }
   ]
 }