aports/testing/git-bug/skip-test-testnewgogitrepo.patch

13 lines
316 B
Diff

diff -rupN a/Makefile b/Makefile
--- a/Makefile 2025-05-05 22:41:14.000000000 +0000
+++ b/Makefile 2026-03-07 21:38:39.890000000 +0000
@@ -57,7 +57,7 @@ secure-vulnerabilities:
.PHONY: test
test:
- go test -v -bench=. ./...
+ go test -v -bench=. ./... -skip "TestNewGoGitRepo"
.PHONY: pack-webui
pack-webui: