Skip to content

Commit e193a50

Browse files
committed
fix: image cache integration test
Fix image cache cli integration test. Also fix the extensions test by skipping cloudflared. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 08ee400 commit e193a50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ COMMON_ARGS += --build-arg=MICROSOFT_SECUREBOOT_RELEASE=$(MICROSOFT_SECUREBOOT_R
251251

252252
CI_ARGS ?=
253253

254-
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent'
254+
EXTENSIONS_FILTER_COMMAND ?= grep -vE 'tailscale|xen-guest-agent|nvidia|vmtoolsd-guest-agent|metal-agent|cloudflared'
255255

256256
all: initramfs kernel installer imager talosctl talosctl-image talos
257257

internal/integration/cli/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (suite *ImageSuite) TestCacheCreate() {
9090

9191
cacheDir := suite.T().TempDir()
9292

93-
args := []string{"image", "cache-create", "--image-cache-path", cacheDir}
93+
args := []string{"image", "cache-create", "--image-cache-path", cacheDir, "--force"}
9494

9595
args = append(args, imagesArgs...)
9696

0 commit comments

Comments
 (0)