Skip to content

Commit

Permalink
skip some tests for expressions router
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Mar 20, 2024
1 parent 2898df6 commit 4932e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kong/filter_chain_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
func TestFilterChainsService(T *testing.T) {
RunWhenDBMode(T, "postgres")
RunWhenKong(T, ">=3.4.0")
SkipWhenKongRouterFlavor(T, Expressions)

assert := assert.New(T)
require := require.New(T)
Expand Down Expand Up @@ -390,6 +391,7 @@ func TestFilterChainListEndpoint(T *testing.T) {
func TestFilterChainListAllForEntityEndpoint(T *testing.T) {
RunWhenDBMode(T, "postgres")
RunWhenKong(T, ">=3.4.0")
SkipWhenKongRouterFlavor(T, Expressions)

assert := assert.New(T)

Expand Down

0 comments on commit 4932e34

Please sign in to comment.