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

Commit 48df9172 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Virtually split WMShellSmokeTestsDesktopMode module" into main

parents 1b597de0 2d3b2fcc
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -44,3 +44,17 @@ android_test {
        "wm-shell-flicker-utils",
    ],
}

test_module_config {
    name: "WMShellSmokeTestsDesktopMode-ProjectedMode",
    base: "WMShellSmokeTestsDesktopMode",
    test_suites: ["device-tests"],
    include_annotations: ["com.android.wm.shell.ProjectedOnly"],
}

test_module_config {
    name: "WMShellSmokeTestsDesktopMode-ExtendedMode",
    base: "WMShellSmokeTestsDesktopMode",
    test_suites: ["device-tests"],
    include_annotations: ["com.android.wm.shell.ExtendedOnly"],
}
+7 −2
Original line number Diff line number Diff line
{
  "wm": [
    {
      "name": "WMShellSmokeTestsDesktopMode",
      "keywords": ["device", "desktop"]
      "name": "WMShellSmokeTestsDesktopMode-ProjectedMode",
      // TODO(b/439962697) - Remove "device" keyword once cf phone supports projected mode.
      "keywords": ["device"]
    },
    {
      "name": "WMShellSmokeTestsDesktopMode-ExtendedMode",
      "keywords": ["desktop"]
    }
  ]
}
 No newline at end of file