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

Commit e0ae362a authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Don't run the `Pip Apps` alongside the pip tests

The pip apps are for c-suite tests and use real apps, which are too unstable for presubmit

Flag: TEST_ONLY
Bug: 371095978
Test: atest WMShellFlickerPip
Change-Id: Ic77a9caa219b3aefd3ec2e88d9f0f2fb980c6e45
parent 27a0aa54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@ android_test {
    instrumentation_target_package: "com.android.wm.shell.flicker.pip",
    test_config_template: "AndroidTestTemplate.xml",
    srcs: ["src/**/*.kt"],
    exclude_srcs: [":WMShellFlickerTestsPipApps-src"],
    static_libs: ["WMShellFlickerTestsBase"],
    data: ["trace_config/*"],
}