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

Commit b5c95333 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "init: disable oneshot_on test" am: 56188cc1

Change-Id: I40c518da7bfea5f026acdce7c83c85476f3a3452
parents d9ec4fc3 56188cc1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ using android::base::SetProperty;
using android::base::WaitForProperty;
using namespace std::literals;

#if 0  // TODO(b/152637928): this test is flaky
TEST(init, oneshot_on) {
    // Bootanim shouldn't be running once the device has booted.
    ASSERT_EQ("stopped", GetProperty("init.svc.bootanim", ""));
@@ -42,3 +43,4 @@ TEST(init, oneshot_on) {
    // Now that oneshot is enabled again, bootanim should transition into the 'stopped' state.
    EXPECT_TRUE(WaitForProperty("init.svc.bootanim", "stopped", 10s));
}
#endif