Skip to content

Commit df23224

Browse files
authored
Remove TODO statement from ota_os_posix_utest.c (#138)
Removing this statement in favor of tracking the issue internally
1 parent cec4c0f commit df23224

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit-test/ota_os_posix_utest.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ void test_OTA_posix_SendAndRecvEvent( void )
9595

9696
/**
9797
* @brief Test that the event queue operations do not succeed for invalid operations.
98-
*
99-
* TODO: 1. need to use timed send or O_NONBLOCK to test event recv failure
100-
* 2. Since the queue is unlinked and other params are not variable, can not test init fail
101-
* 3. Need to set O_NONBLOCK flag for testing send failure
10298
*/
10399
void test_OTA_posix_InvalidEventQueue( void )
104100
{

0 commit comments

Comments
 (0)