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 committed Nov 10, 2021
1 parent 33a3680 commit 2a6a458
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 2a6a458

Please sign in to comment.