mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user