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

Commit c4fa3f95 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix FlakyTest filter in wm/TEST_MAPPING

This is a follow up of I2d9641c68148

Bug: 113800711
Test: tradefed.sh run commandAndExit FrameworksServicesTests \
        --include-filter com.android.server.wm \
        --include-annotation android.platform.test.annotations.Presubmit \
        --exclude-annotation androidx.test.filters.FlakyTest

Change-Id: I7fa4d2cb70594431574d44d886352a2e81d8e51e
parent b6ffc07e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
@@ -35,7 +35,7 @@
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }