skip feature/test added that is breaking ee

Signed-off-by: Anda Xu <anda.xu@docker.com>
Upstream-commit: 84598be35f200bd0ea28a615100c51dbaeb51898
Component: engine
This commit is contained in:
Anda Xu
2018-05-22 17:42:41 -07:00
parent 69286fc044
commit 6280cae03a

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",