Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c1d0527

Browse files
authored
Merge pull request #464 from silvin-lubecki/clean-e2e-tests
Clean some dead code
2 parents 9c72172 + 023e9e2 commit c1d0527

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

e2e/helper_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ import (
88
"gotest.tools/assert"
99
)
1010

11-
// TODO: uncomment once we pull on `resolveBundle`
12-
// func startRegistry(t *testing.T) *Container {
13-
// c := &Container{image: "registry:2", privatePort: 5000}
14-
// c.Start(t)
15-
// return c
16-
// }
17-
1811
// readFile returns the content of the file at the designated path normalizing
1912
// line endings by removing any \r.
2013
func readFile(t *testing.T, path string) string {

0 commit comments

Comments
 (0)