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

Commit eecc3e35 authored by Vania Desmonda's avatar Vania Desmonda
Browse files

Fix failing functional test due to class name mismatch.

Bug: 384434389
Test: EXEMPT minor test fix
Flag: EXEMPT test fix
Change-Id: I95fd08b647c158d60028565bd3ce8dcb02cdff94
parent a6a2ba5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ test_module_config {
        "com.android.wm.shell.functional.EnterDesktopWithDragExistingWindowsTest",
        "com.android.wm.shell.functional.EnterDesktopWithDragTest",
        "com.android.wm.shell.functional.EnterDesktopWithDragWindowsLimitTest",
        "com.android.wm.shell.functional.ExitDesktopToFullScreenWithAppHeaderMenuTest",
        "com.android.wm.shell.functional.ExitDesktopWithDragToTopDragZoneTest",
        "com.android.wm.shell.functional.FocusAppFromAllAppsTest",
        "com.android.wm.shell.functional.FocusAppFromTaskbarTest",
@@ -129,6 +128,7 @@ test_module_config {
        "com.android.wm.shell.functional.fundamentals.CloseAllAppsViaAppHeaderExitTest",
        "com.android.wm.shell.functional.fundamentals.CloseAllAppsWithBackNavigationTest",
        "com.android.wm.shell.functional.fundamentals.EnterDesktopFromSplitScreenWithAppHandleMenuTest",
        "com.android.wm.shell.functional.fundamentals.ExitDesktopToFullScreenWithAppHeaderMenuTest",
        "com.android.wm.shell.functional.fundamentals.ExitDesktopToSplitScreenWithAppHeaderMenuTest",
        "com.android.wm.shell.functional.fundamentals.OpenAppFromAllAppsTest",
        "com.android.wm.shell.functional.fundamentals.OpenAppFromTaskbarTest",
@@ -233,7 +233,7 @@ test_module_config {
    name: "FunctionalTestsDesktopMode-ExitDesktopToFullScreenWithAppHeaderMenuTest",
    base: "FunctionalTestsDesktopMode",
    test_suites: ["device-tests"],
    include_filters: ["com.android.wm.shell.functional.ExitDesktopToFullScreenWithAppHeaderMenuTest"],
    include_filters: ["com.android.wm.shell.functional.fundamentals.ExitDesktopToFullScreenWithAppHeaderMenuTest"],
}

test_module_config {