Skip to content

Commit

Permalink
Unneeded check removed.
Browse files Browse the repository at this point in the history
Signed-off-by: viktor-kurchenko <[email protected]>
  • Loading branch information
viktor-kurchenko committed Mar 2, 2024
1 parent 1666230 commit 3d92508
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions connectivity/check/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,7 @@ func (t *Test) WithFeatureRequirements(reqs ...features.Requirement) *Test {
// podCIDR => nodeIP routes needs to be installed on a node which doesn't run
// Cilium before running the test (and removed after the test completion).
func (t *Test) WithIPRoutesFromOutsideToPodCIDRs() *Test {
if !t.Context().Params().IncludeUnsafeTests {
t.Fatal("WithIPRoutesFromOutsideToPodCIDRs() requires enabling --include-unsafe-tests")
}

t.installIPRoutesFromOutsideToPodCIDRs = true

return t
}

Expand Down

0 comments on commit 3d92508

Please sign in to comment.