File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,6 @@ TEST_F(socketxtreme_poll, ti_3)
393
393
*/
394
394
TEST_F (socketxtreme_poll, ti_4_socket_isolation)
395
395
{
396
- GTEST_SKIP () << " Skipping this test" ;
397
396
int rc = EOK;
398
397
int fd;
399
398
int optval = SO_XLIO_ISOLATE_SAFE;
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ TEST_F(tcp_event, DISABLED_ti_1)
66
66
67
67
TEST_F (tcp_event, ti_2)
68
68
{
69
- GTEST_SKIP () << " Skipping this test" ;
70
69
int rc = EOK;
71
70
int fd;
72
71
struct epoll_event event;
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ TEST_F(tcp_send, ti_2)
102
102
*/
103
103
TEST_F (tcp_send, null_iov_elements)
104
104
{
105
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
106
105
std::string buff1 (" abcd" );
107
106
std::string buff2 (" efgh" );
108
107
std::string buff3 (" ijkl" );
Original file line number Diff line number Diff line change @@ -892,7 +892,6 @@ class tcp_with_fifo : public testing::TestWithParam<setsockopt_param> {
892
892
*/
893
893
TEST_P (tcp_with_fifo, accepted_socket_inherits_the_setsockopt_param)
894
894
{
895
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
896
895
SKIP_TRUE (!getenv (" XLIO_TCP_CTL_THREAD" ), " Skip non default XLIO_TCP_CTL_THREAD" );
897
896
898
897
int level, optname, value;
Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ class pktinfo : public udp_base {
548
548
*/
549
549
TEST_F (pktinfo, check_recvmsg_returns_expected_pktinfo)
550
550
{
551
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
552
551
int pid = fork ();
553
552
if (0 == pid) { /* Child-client code */
554
553
client_func ();
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ class xliod_flow : public xliod_base {
79
79
*/
80
80
TEST_F (xliod_flow, ti_1)
81
81
{
82
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
83
82
int rc = 0 ;
84
83
struct xlio_hdr answer;
85
84
@@ -125,7 +124,6 @@ TEST_F(xliod_flow, ti_1)
125
124
*/
126
125
TEST_F (xliod_flow, ti_2)
127
126
{
128
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
129
127
int rc = 0 ;
130
128
struct xlio_hdr answer;
131
129
@@ -180,7 +178,6 @@ TEST_F(xliod_flow, ti_2)
180
178
*/
181
179
TEST_F (xliod_flow, ti_3)
182
180
{
183
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
184
181
int rc = 0 ;
185
182
struct xlio_hdr answer;
186
183
@@ -243,7 +240,6 @@ TEST_F(xliod_flow, ti_3)
243
240
*/
244
241
TEST_F (xliod_flow, ti_4)
245
242
{
246
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
247
243
int rc = 0 ;
248
244
struct xlio_hdr answer;
249
245
@@ -315,7 +311,6 @@ TEST_F(xliod_flow, ti_4)
315
311
*/
316
312
TEST_F (xliod_flow, ti_5)
317
313
{
318
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
319
314
int rc = 0 ;
320
315
struct xlio_hdr answer;
321
316
@@ -361,7 +356,6 @@ TEST_F(xliod_flow, ti_5)
361
356
*/
362
357
TEST_F (xliod_flow, ti_6)
363
358
{
364
- GTEST_SKIP () << " Skipping this test temporarily;Please see Issue #4331178." ;
365
359
int rc = 0 ;
366
360
struct xlio_hdr answer;
367
361
You can’t perform that action at this time.
0 commit comments