mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
skip feature/test added that is breaking ee
Signed-off-by: Anda Xu <anda.xu@docker.com>
This commit is contained in:
parent
bcaf891369
commit
84598be35f
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue