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

Commit 1af6ecda authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: Disable test init#StartConsole"

parents fb9b7de4 027b275b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -194,6 +194,10 @@ service A something
}

TEST(init, StartConsole) {
    // Two different failures have been observed for this test: (1) No
    // permission to open /dev/console and (2) getsid() != pid. Skip this test
    // until these failures have been root-caused and fixed.
    GTEST_SKIP() << "This test needs to be improved";
    std::string init_script = R"init(
service console /system/bin/sh
    class core