1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #37130 from AntaresS/endless-fixing

skip feature/test added which is breaking ee
This commit is contained in:
Tibor Vass 2018-05-22 14:50:31 -10:00 committed by GitHub
commit de3eafeee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ func TestBuildMultiStageParentConfig(t *testing.T) {
// Test cases in #36996
func TestBuildLabelWithTargets(t *testing.T) {
skip.If(t, versions.LessThan(testEnv.DaemonAPIVersion(), "1.37"), "test added after 1.37")
bldName := "build-a"
testLabels := map[string]string{
"foo": "bar",