Skip to content

Commit

Permalink
Merge pull request #5388 from profnandaa/skip-test-context-change-dir
Browse files Browse the repository at this point in the history
tests: skip TestContextChangeDirToFile on Windows
  • Loading branch information
tonistiigi authored Oct 3, 2024
2 parents fa95592 + 2735d42 commit 60e5345
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 60e5345

Please sign in to comment.