Skip to content

Commit

Permalink
chore: disable health tests for 3.x temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Sep 13, 2022
1 parent 1864955 commit 7bc3e30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kong/target_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ func compareTargets(expected, actual []*Target) bool {
}

func TestTargetMarkHealthy(T *testing.T) {
// TODO https://github.com/Kong/go-kong/issues/213 this does not yet work on 3.x
RunWhenKong(T, "<3.0.0")
assert := assert.New(T)
require := require.New(T)

Expand Down Expand Up @@ -265,6 +267,8 @@ func TestTargetMarkHealthy(T *testing.T) {
}

func TestTargetMarkUnhealthy(T *testing.T) {
// TODO https://github.com/Kong/go-kong/issues/213 this does not yet work on 3.x
RunWhenKong(T, "<3.0.0")
assert := assert.New(T)
require := require.New(T)

Expand Down

0 comments on commit 7bc3e30

Please sign in to comment.