Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efaefd9b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update textclassifier TEST_MAPPING file." into rvc-dev am: 78d74114

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11754101

Change-Id: I1d5e4c44abe14b6f42828fcddb725f4d2a7d5ef4
parents 5e66ca6a 78d74114
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -10,6 +10,22 @@
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsTextClassifierTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "TextClassifierServiceTest",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
 "imports": [
    {
      "path": "frameworks/base/core/java/android/view/textclassifier"
    }
  ]
}