From d0a741e5920c58f31dc011dee1372d73c52d26af Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Tue, 14 May 2024 09:10:27 -0400 Subject: [PATCH] add github issue in comments --- src/app/icd/server/tests/TestICDManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/icd/server/tests/TestICDManager.cpp b/src/app/icd/server/tests/TestICDManager.cpp index 7b2a8e52c55f48..45e781685e6d31 100644 --- a/src/app/icd/server/tests/TestICDManager.cpp +++ b/src/app/icd/server/tests/TestICDManager.cpp @@ -1064,6 +1064,7 @@ TEST_F(TestICDManager, TestICDStateObserverOnTransitionToIdleModeEqualActiveMode // In this scenario, The ICD state machine kicked a OnTransitionToIdle timer with a duration of 0 seconds. // The freeRTOS systemlayer timer calls a 0s timer's callback instantly while on posix it take and 1 addition event loop. // Thefore, the expect result diverges here based on the systemlayer implementation. Skip this check. + // https://github.com/project-chip/connectedhomeip/issues/33441 // EXPECT_FALSE(mICDStateObserver.mOnTransitionToIdleCalled); // Expire OnTransitionToIdleMode