瀏覽代碼

skip feature/test added that is breaking ee

Signed-off-by: Anda Xu <anda.xu@docker.com>
Anda Xu 7 年之前
父節點
當前提交
84598be35f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      integration/build/build_test.go

+ 1 - 0
integration/build/build_test.go

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