Skip to content

Commit

Permalink
Remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed May 2, 2023
1 parent 5e88a2b commit 6b2b734
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/router/ebpf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,14 +1050,6 @@ func TestPortRestrictions(t *testing.T) {

}

func TestFailIfSameRouteDefined(t *testing.T) {
if err := setup("../config/test_fail_with_multiple.json"); err == nil {
t.Fatal("Should fail")
}
defer xdpObjects.Close()

}

func TestLookupDifferentKeyTypesInMap(t *testing.T) {
if err := setup("../config/test_port_based_rules.json"); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 6b2b734

Please sign in to comment.