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