Skip to content

Commit e8a7c0b

Browse files
committed
Disabling Gtests due to issue 4331178
Signed-off-by: NirWolfer <[email protected]>
1 parent 1e16cae commit e8a7c0b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/gtest/tcp/tcp_send.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ TEST_F(tcp_send, ti_2)
102102
*/
103103
TEST_F(tcp_send, null_iov_elements)
104104
{
105+
GTEST_SKIP() << "Skipping this test temporarily;Please see Issue #4331178.";
105106
std::string buff1("abcd");
106107
std::string buff2("efgh");
107108
std::string buff3("ijkl");

tests/gtest/tcp/tcp_sockopt.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ class tcp_with_fifo : public testing::TestWithParam<setsockopt_param> {
892892
*/
893893
TEST_P(tcp_with_fifo, accepted_socket_inherits_the_setsockopt_param)
894894
{
895+
GTEST_SKIP() << "Skipping this test temporarily;Please see Issue #4331178.";
895896
SKIP_TRUE(!getenv("XLIO_TCP_CTL_THREAD"), "Skip non default XLIO_TCP_CTL_THREAD");
896897

897898
int level, optname, value;

tests/gtest/xliod/xliod_flow.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class xliod_flow : public xliod_base {
7979
*/
8080
TEST_F(xliod_flow, ti_1)
8181
{
82+
GTEST_SKIP() << "Skipping this test temporarily;Please see Issue #4331178.";
8283
int rc = 0;
8384
struct xlio_hdr answer;
8485

0 commit comments

Comments
 (0)