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

Commit 78d74114 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update textclassifier TEST_MAPPING file." into rvc-dev

parents 89a5f718 a0adc253
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"
    }
  ]
}