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

Commit 98f5eb49 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Update WM CTS test name" into main

parents 120e591e 7d479532
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -12,19 +12,19 @@
      ]
      ]
    },
    },
    {
    {
      "name": "CtsWindowManagerDeviceTestCases",
      "name": "CtsWindowManagerDeviceBackNavigation",
      "options": [
      "options": [
        {
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        },
        {
        {
          "include-filter": "android.server.wm.BackGestureInvokedTest"
          "include-filter": "android.server.wm.backnavigation.BackGestureInvokedTest"
        },
        },
        {
        {
          "include-filter": "android.server.wm.BackNavigationTests"
          "include-filter": "android.server.wm.backnavigation.BackNavigationTests"
        },
        },
        {
        {
          "include-filter": "android.server.wm.OnBackInvokedCallbackGestureTest"
          "include-filter": "android.server.wm.backnavigation.OnBackInvokedCallbackGestureTest"
        }
        }
      ]
      ]
    }
    }