Skip to content

Commit 9350edd

Browse files
authored
build: temporarily disable IC test (#72)
1 parent 534f29f commit 9350edd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scenario/image_customize_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ const (
2727
func TestImageCustomize(t *testing.T) {
2828
t.Parallel()
2929

30+
// Issue #71: tests are failing due to disk space errors?
31+
t.Skip()
32+
3033
// Skip unless doing long tests
3134
if testing.Short() {
3235
t.Skip("skipping long test")

0 commit comments

Comments
 (0)