Skip to content

Commit

Permalink
Disabled tcp message manager suite test, issue ros-industrial#38
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-edwards committed Sep 26, 2013
1 parent 55a5ac2 commit 2b1ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_message/test/utest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ TEST(DISABLED_MessageManagerSuite, udp)
pthread_join(udpSrvThrd, NULL);
}

TEST(MessageManagerSuite, tcp)
TEST(DISABLED_MessageManagerSuite, tcp)
{
const int tcpPort = TEST_PORT_BASE + 101;
char ipAddr[] = "127.0.0.1";
Expand Down

0 comments on commit 2b1ddd3

Please sign in to comment.