Skip to content

Commit

Permalink
chore: unskip TestTCPIngressTLSPassthrough integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Oct 18, 2023
1 parent 1022266 commit 680d02e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/integration/tcpingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,7 @@ func TestTCPIngressTLS(t *testing.T) {

func TestTCPIngressTLSPassthrough(t *testing.T) {
t.Parallel()
skipTestForExpressionRouter(t)
// TODO https://github.com/Kong/kubernetes-ingress-controller/issues/4540
// Kong does not currently recognize these requests even though the expression looks correct. This should be enabled
// after determining why the gateway is discarding these requests and applying any necessary fixes.
// RunWhenKongExpressionRouter(t)
RunWhenKongExpressionRouter(t)

t.Log("locking Gateway TLS ports")
tlsMutex.Lock()
Expand Down

0 comments on commit 680d02e

Please sign in to comment.