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

Commit 98a825b5 authored by Simran Basi's avatar Simran Basi
Browse files

Test Mapping: Remove WMTests b/c of flake

Bug:124106730
Test: None
Change-Id: I83f767c25ef3648c1784eb09cad6ba76d994676a
parent 7e67bb07
Loading
Loading
Loading
Loading
+0 −30
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.wm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "WmTests",
      "options": [
        {
          "include-filter": "com.android.server.wm."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsWindowManagerDeviceTestCases"