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

Commit 9f269a0a 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 am: 0ad6b942

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

Change-Id: Icb7280f6ae4cc71ee67c0dc9f4d3e25b35a7f0eb
parents 2bf54af0 0ad6b942
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"
    }
  ]
}