From 254905caa77373a0c4c382997e9dfd4c06457d00 Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Thu, 27 Aug 2020 17:57:10 +0200 Subject: [PATCH] Mark SCTPConnectivity tests as disruptive. Since the SCTP module verification tests were added, their result may be affected by running the SCTPConnectivity tests. For this reason, they are now marked as disruptive. Signed-off-by: Federico Paolinelli --- test/e2e/network/networking.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/network/networking.go b/test/e2e/network/networking.go index 07891bcfbe6..9b9400d451d 100644 --- a/test/e2e/network/networking.go +++ b/test/e2e/network/networking.go @@ -181,7 +181,7 @@ var _ = SIGDescribe("Networking", func() { // Once basic tests checking for the sctp module not to be loaded are implemented, this // needs to be marked as [Disruptive] - ginkgo.It("should function for pod-Service: sctp [Feature:SCTPConnectivity]", func() { + ginkgo.It("should function for pod-Service: sctp [Feature:SCTPConnectivity][Disruptive]", func() { config := e2enetwork.NewNetworkingTestConfig(f, false, true) ginkgo.By(fmt.Sprintf("dialing(sctp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterSCTPPort)) config.DialFromTestContainer("sctp", config.ClusterIP, e2enetwork.ClusterSCTPPort, config.MaxTries, 0, config.EndpointHostnames()) @@ -325,7 +325,7 @@ var _ = SIGDescribe("Networking", func() { // Once basic tests checking for the sctp module not to be loaded are implemented, this // needs to be marked as [Disruptive] - ginkgo.It("should function for pod-pod: sctp [Feature:SCTPConnectivity]", func() { + ginkgo.It("should function for pod-pod: sctp [Feature:SCTPConnectivity][Disruptive]", func() { config := e2enetwork.NewNetworkingTestConfig(f, false, true) ginkgo.By(fmt.Sprintf("dialing(sctp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterSCTPPort)) message := "hello"