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

Commit 21f46b9e authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable SystemUiRavenTests for now

Bug: 356666754
Test: treehugger
Flag: EXEMPT only disabling a host side test
Change-Id: I6c9827733d868c952e3b2397902dc2bc464adc9a
parent 3024e303
Loading
Loading
Loading
Loading
+30 −29
Original line number Original line Diff line number Diff line
@@ -953,35 +953,36 @@ android_robolectric_test {
    strict_mode: false,
    strict_mode: false,
}
}


android_ravenwood_test {
// Disable for now. TODO(b/356666754) Re-enable it
    name: "SystemUiRavenTests",
// android_ravenwood_test {
    srcs: [
//     name: "SystemUiRavenTests",
        ":SystemUI-tests-utils",
//     srcs: [
        ":SystemUI-tests-multivalent",
//         ":SystemUI-tests-utils",
        // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable
//         ":SystemUI-tests-multivalent",
        // use_resource_processor: true when better supported by soong
//         // TODO(b/294256649): pivot to using {.aapt.jar} and re-enable
        ":SystemUIRobo-stub{.aapt.srcjar}",
//         // use_resource_processor: true when better supported by soong
    ],
//         ":SystemUIRobo-stub{.aapt.srcjar}",
    static_libs: [
//     ],
        "SystemUI-core",
//     static_libs: [
        "SystemUI-res",
//         "SystemUI-core",
        "SystemUI-tests-base",
//         "SystemUI-res",
        "androidx.test.uiautomator_uiautomator",
//         "SystemUI-tests-base",
        "androidx.core_core-animation-testing",
//         "androidx.test.uiautomator_uiautomator",
        "androidx.test.ext.junit",
//         "androidx.core_core-animation-testing",
        "kosmos",
//         "androidx.test.ext.junit",
        "mockito-kotlin-nodeps",
//         "kosmos",
    ],
//         "mockito-kotlin-nodeps",
    libs: [
//     ],
        "android.test.runner",
//     libs: [
        "android.test.base",
//         "android.test.runner",
        "android.test.mock",
//         "android.test.base",
    ],
//         "android.test.mock",
    auto_gen_config: true,
//     ],
    plugins: [
//     auto_gen_config: true,
        "dagger2-compiler",
//     plugins: [
    ],
//         "dagger2-compiler",
}
//     ],
// }


// Opt-out config for optimizing the SystemUI target using R8.
// Opt-out config for optimizing the SystemUI target using R8.
// Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via
// Disabled via `export SYSTEMUI_OPTIMIZE_JAVA=false`, or explicitly in Make via