diff --git a/init/oneshot_on_test.cpp b/init/oneshot_on_test.cpp index a9ad8715e..650f0650b 100644 --- a/init/oneshot_on_test.cpp +++ b/init/oneshot_on_test.cpp @@ -25,7 +25,6 @@ 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) { if (getuid() != 0) { GTEST_SKIP() << "Skipping test, must be run as root."; @@ -48,4 +47,3 @@ 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