From 7c752e72c0fcf8b4595068ecf7cf94803bed9bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= Date: Sat, 17 Feb 2024 09:20:59 +0100 Subject: [PATCH] Tests: Update GOFLAGS for tests Existing GOFLAGS system variable has been updated and now it contains: -mod=vendor -tags=exclude_graphdriver_btrfs --- tests/unit.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.fmf b/tests/unit.fmf index 8181435..16dfdee 100644 --- a/tests/unit.fmf +++ b/tests/unit.fmf @@ -1,5 +1,5 @@ summary: Run unit tests require: - golang -test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS=-mod=vendor go test ./... +test: cd ../osbuild-composer-*/ && sudo dnf builddep -y osbuild-composer.spec && GOFLAGS="-mod=vendor -tags=exclude_graphdriver_btrfs" go test ./... duration: 1h