Skip to content

Commit b48c38a

Browse files
author
Cameron Wright
committed
forcing ordering to further prevent nodeport collision
1 parent cf35c28 commit b48c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/tests/kafkacluster_controller_externalnodeport_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var (
5353
var allocatedNodePorts []int32
5454
var safePort int32
5555

56-
var _ = Describe("KafkaClusterNodeportExternalAccess", func() {
56+
var _ = Describe("KafkaClusterNodeportExternalAccess", Ordered, func() {
5757
var (
5858
count uint64 = 0
5959
namespace string

0 commit comments

Comments
 (0)