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

Commit 22ce37c2 authored by Patrick Williams's avatar Patrick Williams
Browse files

SF: Disable OneShotTimerTest#noCallbacksAfterStopAndResetTest

This test is currently very flakey and the other tests in the same suite
have already been disabled.

Bug: 186417847
Test: n/a, disabling a flakey test
Change-Id: Ib9702d55a6b79cc07394beea2eb488d1267cfe43
parent 89d7a127
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -224,7 +224,8 @@ TEST_F(OneShotTimerTest, DISABLED_timeoutCallbackExecutionTest) {
    EXPECT_FALSE(mResetTimerCallback.waitForUnexpectedCall().has_value());
}

TEST_F(OneShotTimerTest, noCallbacksAfterStopAndResetTest) {
// TODO(b/186417847) This test is flaky. Reenable once fixed.
TEST_F(OneShotTimerTest, DISABLED_noCallbacksAfterStopAndResetTest) {
    fake::FakeClock* clock = new fake::FakeClock();
    mIdleTimer = std::make_unique<scheduler::OneShotTimer>("TestTimer", 1ms,
                                                           mResetTimerCallback.getInvocable(),