Skip to content

Commit d2c8e11

Browse files
refactor
1 parent 7f58ae1 commit d2c8e11

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

e2e_tests/boundary_integration_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func TestBoundaryIntegration(t *testing.T) {
6868
"--allow", "dev.coder.com",
6969
"--allow", "jsonplaceholder.typicode.com",
7070
"--log-level", "debug",
71-
//"--", "/bin/bash")
7271
"--", "/bin/bash", "-c", "/usr/bin/sleep 12 && /usr/bin/echo 'Test completed'")
7372

7473
boundaryCmd.Stdin = os.Stdin
@@ -82,15 +81,9 @@ func TestBoundaryIntegration(t *testing.T) {
8281
// Give boundary time to start
8382
time.Sleep(2 * time.Second)
8483

85-
// Get the namespace name that boundary created
86-
//namespaceName := getNamespaceName(t)
87-
8884
pidInt := getChildProcessPID(t)
8985
pid := fmt.Sprintf("%v", pidInt)
9086

91-
fmt.Printf("pidInt: %v\n", pidInt)
92-
//time.Sleep(200 * time.Second)
93-
9487
// Test HTTP request through boundary (from inside the jail)
9588
t.Run("HTTPRequestThroughBoundary", func(t *testing.T) {
9689
// Run curl directly in the namespace using ip netns exec

0 commit comments

Comments
 (0)