Skip to content

Commit f39b7fd

Browse files
review fix
1 parent 54c5fd9 commit f39b7fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/service/cluster/service_integration_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ import (
3434
)
3535

3636
func TestValidateHostConnectivityIntegration(t *testing.T) {
37+
if IsIPV6Network() {
38+
t.Skip("DB node do not have ip6tables and related modules to make it work properly")
39+
}
40+
3741
Print("given: the fresh cluster")
3842
var (
3943
ctx = context.Background()

0 commit comments

Comments
 (0)