Skip to content

Commit

Permalink
Skip TestPingCacheHeaders on API < v1.40
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Apr 25, 2019
1 parent 0e7b46a commit d080a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/system/ping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

func TestPingCacheHeaders(t *testing.T) {
skip.If(t, versions.LessThan(testEnv.DaemonAPIVersion(), "1.40"), "skip test from new feature")
defer setupTest(t)()

res, _, err := request.Get("/_ping")
Expand Down

0 comments on commit d080a86

Please sign in to comment.