Skip to content

Commit

Permalink
Disable flaky MRP test (#32441)
Browse files Browse the repository at this point in the history
* Disable flaky MRP test

See #32440

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jun 20, 2024
1 parent 79e6e57 commit 4730988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/messaging/tests/TestReliableMessageProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2195,8 +2195,10 @@ const nlTest sTests[] = {
TestReliableMessageProtocol::CheckLostStandaloneAck),
NL_TEST_DEF("Test Is Peer Active Retry logic", TestReliableMessageProtocol::CheckIsPeerActiveNotInitiator),
NL_TEST_DEF("Test MRP backoff algorithm", TestReliableMessageProtocol::CheckGetBackoff),
NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
TestReliableMessageProtocol::CheckApplicationResponseDelayed),
// TODO: Re-enable this test, after changing test to use Mock clock / DriveIO rather than DriveIOUntil.
// Issue: https://github.com/project-chip/connectedhomeip/issues/32440
// NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
// TestReliableMessageProtocol::CheckApplicationResponseDelayed),
NL_TEST_DEF("Test an application response that never comes, so MRP retransmits run out and then exchange times out",
TestReliableMessageProtocol::CheckApplicationResponseNeverComes),
NL_TEST_SENTINEL(),
Expand Down

0 comments on commit 4730988

Please sign in to comment.