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

Commit ca5711f5 authored by Anna Zhuravleva's avatar Anna Zhuravleva
Browse files

Use androidx FlakyTest annotation for device tests.

Platform_testing large test annotation is for
host side tests and will be restricted, device
tests should use androidx annotation.

Bug: 293837621
Test: build
Change-Id: Ic3efbe5c44235226aa1d5db3f10175775a01e992
parent 52948b07
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3,18 +3,12 @@
    {
      "name": "CtsNotificationTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }