Skip to content

Commit d921327

Browse files
restyled-commitscecille
authored andcommitted
Restyled by clang-format
1 parent cb69c9d commit d921327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messaging/tests/TestReliableMessageProtocol.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2197,7 +2197,7 @@ const nlTest sTests[] = {
21972197
NL_TEST_DEF("Test MRP backoff algorithm", TestReliableMessageProtocol::CheckGetBackoff),
21982198
// TODO: Re-enable this test, after changing test to use Mock clock / DriveIO rather than DriveIOUntil.
21992199
// Issue: https://github.com/project-chip/connectedhomeip/issues/32440
2200-
//NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
2200+
// NL_TEST_DEF("Test an application response that comes after MRP retransmits run out",
22012201
// TestReliableMessageProtocol::CheckApplicationResponseDelayed),
22022202
NL_TEST_DEF("Test an application response that never comes, so MRP retransmits run out and then exchange times out",
22032203
TestReliableMessageProtocol::CheckApplicationResponseNeverComes),

0 commit comments

Comments
 (0)