Skip to content

Commit 817a79f

Browse files
committed
Test with Ordered option
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
1 parent 44ed64e commit 817a79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/e2e/coil_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ var (
2626

2727
var _ = Describe("coil", func() {
2828
if enableIPAMTests {
29-
Context("when the IPAM features are enabled", testIPAM)
29+
Context("when the IPAM features are enabled", Ordered, testIPAM)
3030
}
3131
if enableEgressTests {
32-
Context("when egress feature is enabled", testEgress)
32+
Context("when egress feature is enabled", Ordered, testEgress)
3333
}
3434
Context("when coild is deployed", testCoild)
3535
})

0 commit comments

Comments
 (0)