Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

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/moby#42743

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Upstream-commit: 2a6a4587fab0c89317585965dd80e6bb4bd03293
Component: engine
  • Loading branch information
thaJeztah committed Nov 10, 2021
1 parent 435daa2 commit 44188f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/engine/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 44188f3

Please sign in to comment.