integration: skip TestBuildWithHugeFile

We've seen various failures recently where GitHub actions runners are
running out of space. Skip this test for now.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-11-14 17:23:05 +01:00
parent c151d52562
commit 3e4a3cb03e

View File

@@ -475,6 +475,7 @@ RUN [ ! -f foo ]
// #37581
// #40444 (Windows Containers only)
func TestBuildWithHugeFile(t *testing.T) {
t.Skip("Test is flaky, and often causes out of space issues on GitHub Actions")
ctx := setupTest(t)
var dockerfile string