Skip to content

Commit

Permalink
ipv6 single stack, e2e: skip tests that are not supported with no RA
Browse files Browse the repository at this point in the history
Skip tests that are not supported until RA is introduced -
issue- #7184

Signed-off-by: Alona Kaplan <alkaplan@redhat.com>
  • Loading branch information
AlonaKaplan committed Feb 6, 2022
1 parent ed242a5 commit 5c1f8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/network/vmi_subdomain.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ var _ = SIGDescribe("Subdomain", func() {
)

BeforeEach(func() {
// Should be skipped as long as masquerade binding doesn't have dhcpv6 + ra (issue- https://github.com/kubevirt/kubevirt/issues/7184)
libnet.SkipWhenClusterNotSupportIpv4(virtClient)
var err error
virtClient, err = kubecli.GetKubevirtClient()
Expect(err).NotTo(HaveOccurred(), "Should successfully initialize an API client")
Expand Down

0 comments on commit 5c1f8ed

Please sign in to comment.