From 2735d42c4c46f48494266e9eb7520455c111b9cd Mon Sep 17 00:00:00 2001 From: Anthony Nandaa Date: Wed, 2 Oct 2024 21:13:14 -0700 Subject: [PATCH] tests: skip TestContextChangeDirToFile on Windows 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 --- frontend/dockerfile/dockerfile_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/dockerfile/dockerfile_test.go b/frontend/dockerfile/dockerfile_test.go index bdb89ad64fe8..5893d9e021e1 100644 --- a/frontend/dockerfile/dockerfile_test.go +++ b/frontend/dockerfile/dockerfile_test.go @@ -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(