mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Skip TestPingCacheHeaders on API < v1.40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
0e7b46aafe
commit
d080a866cc
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue