From 8d15c3f385ae7e23ee0fc427da2a51b136b42fb9 Mon Sep 17 00:00:00 2001 From: rodman10 <1181591811hzr@gmail.com> Date: Sun, 13 Aug 2023 22:46:47 +0800 Subject: [PATCH] tests: enable expression flavor of tcproute. --- .github/workflows/_integration_tests.yaml | 2 +- test/integration/tcproute_test.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/_integration_tests.yaml b/.github/workflows/_integration_tests.yaml index d8fed807ff..63221e9402 100644 --- a/.github/workflows/_integration_tests.yaml +++ b/.github/workflows/_integration_tests.yaml @@ -11,7 +11,7 @@ on: type: string # TODO: Consider changing to "kong:latest" # See https://github.com/Kong/kubernetes-testing-framework/issues/542 - default: "3.3" + default: "3.4" required: false kong-enterprise-container-repo: type: string diff --git a/test/integration/tcproute_test.go b/test/integration/tcproute_test.go index e08a2d3624..b0d705bbd4 100644 --- a/test/integration/tcproute_test.go +++ b/test/integration/tcproute_test.go @@ -29,7 +29,6 @@ import ( ) func TestTCPRouteEssentials(t *testing.T) { - skipTestForExpressionRouter(t) ctx := context.Background() t.Log("locking TCP port") @@ -412,7 +411,6 @@ func TestTCPRouteEssentials(t *testing.T) { } func TestTCPRouteReferenceGrant(t *testing.T) { - skipTestForExpressionRouter(t) ctx := context.Background() t.Log("locking TCP port")