Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Nov 27, 2024
1 parent 54c5fd9 commit f39b7fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/service/cluster/service_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f39b7fd

Please sign in to comment.