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

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

Merge "Enable 16kb tests on general-tests suite" into main

parents ffcb87da e4087bf2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ android_test {
    ],
    platform_apis: true,
    certificate: "platform",
    test_suites: ["device-tests"],
    libs: [
        "android.test.runner",
        "android.test.base",
@@ -57,6 +56,6 @@ java_test_host {
    data: [
        ":test_16kb_app",
    ],
    test_suites: ["device-tests"],
    test_suites: ["general-tests"],
    test_config: "AndroidTest.xml",
}