Skip to content

Commit 6b026af

Browse files
Disable flaky MRP test (#32441)
* Disable flaky MRP test See #32440 * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 4c75ed8 commit 6b026af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/messaging/tests/TestReliableMessageProtocol.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -2195,8 +2195,10 @@ const nlTest sTests[] = {
21952195
TestReliableMessageProtocol::CheckLostStandaloneAck),
21962196
NL_TEST_DEF("Test Is Peer Active Retry logic", TestReliableMessageProtocol::CheckIsPeerActiveNotInitiator),
21972197
NL_TEST_DEF("Test MRP backoff algorithm", TestReliableMessageProtocol::CheckGetBackoff),
2198-
NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
2199-
TestReliableMessageProtocol::CheckApplicationResponseDelayed),
2198+
// TODO: Re-enable this test, after changing test to use Mock clock / DriveIO rather than DriveIOUntil.
2199+
// Issue: https://github.com/project-chip/connectedhomeip/issues/32440
2200+
// NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
2201+
// TestReliableMessageProtocol::CheckApplicationResponseDelayed),
22002202
NL_TEST_DEF("Test an application response that never comes, so MRP retransmits run out and then exchange times out",
22012203
TestReliableMessageProtocol::CheckApplicationResponseNeverComes),
22022204
NL_TEST_SENTINEL(),

0 commit comments

Comments
 (0)