Skip to content

Commit

Permalink
Update types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheidkamp committed Nov 21, 2024
1 parent 2db296b commit 97b5cc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/kubernetes/e2e/features/services/httproute/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import (
)

var (
// This is fragile, but symlinks don't work when the tests are imported to another repo, and its better than duplicating the file
//repoRoot = filepath.Join(util.MustGetThisDir(), "..", "..", "..", "..", "..", "..")

routeWithServiceManifest = filepath.Join(util.MustGetThisDir(), "testdata", "route-with-service.yaml")
serviceManifest = filepath.Join(util.MustGetThisDir(), "testdata", "service-for-route.yaml")
tcpRouteCrdManifest = filepath.Join(crds.Directory(), "tcproute-crd.yaml")
Expand Down

0 comments on commit 97b5cc3

Please sign in to comment.