diff --git a/pkg/service/cluster/service_integration_test.go b/pkg/service/cluster/service_integration_test.go index 8d478c485..71a93deef 100644 --- a/pkg/service/cluster/service_integration_test.go +++ b/pkg/service/cluster/service_integration_test.go @@ -34,6 +34,10 @@ import ( ) func TestValidateHostConnectivityIntegration(t *testing.T) { + if IsIPV6Network() { + t.Skip("DB node do not have ip6tables and related modules to make it work properly") + } + Print("given: the fresh cluster") var ( ctx = context.Background()