Skip to content

Commit 60e5345

Browse files
authored
Merge pull request moby#5388 from profnandaa/skip-test-context-change-dir
tests: skip TestContextChangeDirToFile on Windows
2 parents fa95592 + 2735d42 commit 60e5345

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)