mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43009 from thaJeztah/skip_TestBuildWCOWSandboxSize
testing: skip TestBuildWCOWSandboxSize for now
This commit is contained in:
commit
402d106142
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ RUN for g in $(seq 0 8); do dd if=/dev/urandom of=rnd bs=1K count=1 seek=$((1024
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBuildWCOWSandboxSize(t *testing.T) {
|
func TestBuildWCOWSandboxSize(t *testing.T) {
|
||||||
|
t.Skip("FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743")
|
||||||
skip.If(t, testEnv.DaemonInfo.OSType != "windows", "only Windows has sandbox size control")
|
skip.If(t, testEnv.DaemonInfo.OSType != "windows", "only Windows has sandbox size control")
|
||||||
ctx := context.TODO()
|
ctx := context.TODO()
|
||||||
defer setupTest(t)()
|
defer setupTest(t)()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue