Skip to content

Commit 2735d42

Browse files
committed
tests: skip TestContextChangeDirToFile on Windows
This test has been flaky, see moby#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]>
1 parent 8445ccf commit 2735d42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/dockerfile/dockerfile_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,6 +1928,8 @@ COPY arch-$TARGETARCH whoami
19281928

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

19331935
dockerfile := []byte(integration.UnixOrWindows(

0 commit comments

Comments
 (0)