Skip to content

Commit

Permalink
tests: enable expression flavor of tcproute.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodman10 committed Aug 14, 2023
1 parent 26194b6 commit 8d15c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions test/integration/tcproute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
)

func TestTCPRouteEssentials(t *testing.T) {
skipTestForExpressionRouter(t)
ctx := context.Background()

t.Log("locking TCP port")
Expand Down Expand Up @@ -412,7 +411,6 @@ func TestTCPRouteEssentials(t *testing.T) {
}

func TestTCPRouteReferenceGrant(t *testing.T) {
skipTestForExpressionRouter(t)
ctx := context.Background()

t.Log("locking TCP port")
Expand Down

0 comments on commit 8d15c3f

Please sign in to comment.