From 84598be35f200bd0ea28a615100c51dbaeb51898 Mon Sep 17 00:00:00 2001 From: Anda Xu Date: Tue, 22 May 2018 17:42:41 -0700 Subject: [PATCH] skip feature/test added that is breaking ee Signed-off-by: Anda Xu --- integration/build/build_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/build/build_test.go b/integration/build/build_test.go index c0aea0fe6b..352f7c152d 100644 --- a/integration/build/build_test.go +++ b/integration/build/build_test.go @@ -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",