Skip to content

Commit

Permalink
remove assertion to debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <[email protected]>
  • Loading branch information
aryan9600 committed Dec 1, 2023
1 parent e790e9d commit bd958e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/tcproute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,6 @@ func writeAndReadTCP(t *testing.T, conn net.Conn, prefix string) {
reader := bufio.NewReader(conn)
response, err := reader.ReadBytes(byte('\n'))
require.NoError(t, err)
require.Contains(t, string(response), fmt.Sprintf("%s: %s", prefix, string(request)))
t.Logf("response: %s", string(response))
// require.Contains(t, string(response), fmt.Sprintf("%s: %s", prefix, string(request)))
}

0 comments on commit bd958e2

Please sign in to comment.