Skip to content

Commit

Permalink
testing: skip TestBuildWCOWSandboxSize for now
Browse files Browse the repository at this point in the history
This test is failing frequently once nodes have less disk space
available. Skipping the test for now, but we can continue looking
for a good solution.

Tracked through moby#42743

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah authored and Ryan Barry committed Jan 12, 2022
1 parent 0caf5b2 commit bc52999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/build/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
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")
ctx := context.TODO()
defer setupTest(t)()
Expand Down

0 comments on commit bc52999

Please sign in to comment.