There was an error while loading. Please reload this page.
1 parent 3ee4c06 commit e8bb7f7Copy full SHA for e8bb7f7
1 file changed
e2e/container/run_test.go
@@ -112,6 +112,7 @@ func TestRunWithCgroupNamespace(t *testing.T) {
112
113
func TestRunUmask(t *testing.T) {
114
environment.SkipIfDaemonNotLinux(t)
115
+ skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.56"))
116
117
testCases := []struct {
118
name string
0 commit comments