Skip to content

Commit

Permalink
tests: skip TestContextChangeDirToFile on Windows
Browse files Browse the repository at this point in the history
This test has been flaky, see #5384

Skip on Windows for now as investigations go on. This
is to allow the rest of the pipeline to remain
unpoisoned.

Signed-off-by: Anthony Nandaa <[email protected]>
  • Loading branch information
profnandaa committed Oct 3, 2024
1 parent 8445ccf commit 2735d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/dockerfile/dockerfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,8 @@ COPY arch-$TARGETARCH whoami

// tonistiigi/fsutil#46
func testContextChangeDirToFile(t *testing.T, sb integration.Sandbox) {
// TODO(profnandaa): investigating flakyness on Windows CI
integration.SkipOnPlatform(t, "windows")
f := getFrontend(t, sb)

dockerfile := []byte(integration.UnixOrWindows(
Expand Down

0 comments on commit 2735d42

Please sign in to comment.