Skip to content

Commit

Permalink
Test label order change
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kennelly <[email protected]>
  • Loading branch information
martinkennelly committed Feb 20, 2025
1 parent a08c0e0 commit 36ae0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/networking/network_segmentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const podReadyPollInterval = 6 * time.Second
const serverConnectPollTimeout = 30 * time.Second
const serverConnectPollInterval = 1 * time.Second

var _ = Describe("[sig-network][OCPFeatureGate:NetworkSegmentation][Feature:UserDefinedPrimaryNetworks]", func() {
var _ = Describe("[sig-network][Feature:UserDefinedPrimaryNetworks][OCPFeatureGate:NetworkSegmentation]", func() {
// TODO: so far, only the isolation tests actually require this PSA ... Feels wrong to run everything priviliged.
// I've tried to have multiple kubeframeworks (from multiple OCs) running (with different project names) but
// it didn't work.
Expand Down

0 comments on commit 36ae0bc

Please sign in to comment.