Skip to content

Commit 20c6fa8

Browse files
committed
It's a TAPTEST, not a GTEST
1 parent 44e06f5 commit 20c6fa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/ndb/src/common/portlib/NdbTCP.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ TAPTEST(NdbGetInAddr)
500500
{
501501
if (getenv("DISABLE_IPV6_TESTS")) {
502502
// fails when ipv6 is present but disabled
503-
GTEST_SKIP();
503+
skip(1, "DISABLE_IPV6_TESTS");
504+
return 1;
504505
}
505506

506507
socket_library_init();

0 commit comments

Comments
 (0)