Skip to content

Commit 254905c

Browse files
committed
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 <[email protected]>
1 parent 345cab6 commit 254905c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/network/networking.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ var _ = SIGDescribe("Networking", func() {
181181

182182
// Once basic tests checking for the sctp module not to be loaded are implemented, this
183183
// needs to be marked as [Disruptive]
184-
ginkgo.It("should function for pod-Service: sctp [Feature:SCTPConnectivity]", func() {
184+
ginkgo.It("should function for pod-Service: sctp [Feature:SCTPConnectivity][Disruptive]", func() {
185185
config := e2enetwork.NewNetworkingTestConfig(f, false, true)
186186
ginkgo.By(fmt.Sprintf("dialing(sctp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterSCTPPort))
187187
config.DialFromTestContainer("sctp", config.ClusterIP, e2enetwork.ClusterSCTPPort, config.MaxTries, 0, config.EndpointHostnames())
@@ -325,7 +325,7 @@ var _ = SIGDescribe("Networking", func() {
325325

326326
// Once basic tests checking for the sctp module not to be loaded are implemented, this
327327
// needs to be marked as [Disruptive]
328-
ginkgo.It("should function for pod-pod: sctp [Feature:SCTPConnectivity]", func() {
328+
ginkgo.It("should function for pod-pod: sctp [Feature:SCTPConnectivity][Disruptive]", func() {
329329
config := e2enetwork.NewNetworkingTestConfig(f, false, true)
330330
ginkgo.By(fmt.Sprintf("dialing(sctp) %v --> %v:%v (config.clusterIP)", config.TestContainerPod.Name, config.ClusterIP, e2enetwork.ClusterSCTPPort))
331331
message := "hello"

0 commit comments

Comments
 (0)