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

Commit 5073a16b authored by Jeff Chen's avatar Jeff Chen
Browse files

Create test group for unit tests, allowing to run them in custom config.

Bug: 431799078
Test: config change
Flag: TEST_ONLY
Change-Id: I589cb3bd3e1ef21ebe9e43801a5d3471c1a102f2
parent b0a75b7e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -172,5 +172,11 @@
    {
      "name": "SystemUIGoogleScreenshotTests_desktop"
    }
  ],

  "sysui-unit-test": [
    {
      "name": "SystemUITests_presubmit"
    }
  ]
}
+10 −0
Original line number Diff line number Diff line
@@ -61,3 +61,13 @@ test_module_config {
        "android.platform.test.annotations.FlakyTest",
    ],
}

test_module_config {
    name: "SystemUITests_presubmit",
    base: "SystemUITests",
    test_suites: ["device-tests"],
    exclude_annotations: [
        "android.platform.test.annotations.Ignore",
        "android.platform.test.annotations.FlakyTest",
    ],
}