Skip to content

Commit cb69c9d

Browse files
committed
Disable flaky MRP test
See project-chip#32440
1 parent 0590258 commit cb69c9d

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)