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

Disabled kinetic_socket integration test until test hosts are properly configurable

parent 8456ea08
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -75,9 +75,10 @@ void test_KineticSocket_KINETIC_PORT_should_be_8123(void)

void test_KineticSocket_Connect_should_create_a_socket_connection(void)
{
    LOG_LOCATION;
    FileDesc = KineticSocket_Connect("localhost", KineticTestPort);
    TEST_ASSERT_TRUE_MESSAGE(FileDesc >= 0, "File descriptor invalid");
    TEST_IGNORE_MESSAGE("Reinstantiate this test once test host is rewired in");
    // LOG_LOCATION;
    // FileDesc = KineticSocket_Connect(SYSTEM_TEST_HOST, KineticTestPort);
    // TEST_ASSERT_TRUE_MESSAGE(FileDesc >= 0, "File descriptor invalid");
}