Commit d5f0272a authored by Greg Williams's avatar Greg Williams
Browse files

Added additional breadcrumb/TEST_IGNORE for implementing socket read/write in KineticConnection

parent f34f9ed9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -121,6 +121,8 @@ void test_KineticConnection_SendPDU_should_send_the_PDU_and_report_success(void)

    TEST_ASSERT_TRUE(status);
    TEST_ASSERT_EQUAL_KINETIC_STATUS(KINETIC_PROTO_STATUS_STATUS_CODE_SUCCESS, MessageOut.status.code);

    TEST_IGNORE_MESSAGE("Need to actually send the message still!");
}