From 9859a87c8f80916a942e0b0ccbd57611de669300 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Thu, 19 Dec 2024 10:53:06 -0500 Subject: [PATCH] skip doi test for now --- go_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go_test.sh b/go_test.sh index fe34e9a..190b4b8 100755 --- a/go_test.sh +++ b/go_test.sh @@ -3,7 +3,7 @@ set -e echo "mode: atomic" > coverage.txt -skipServices="zenodo schema datacite s3" +skipServices="zenodo schema datacite doi s3" for d in $(go list ./... | grep -v vendor); do echo "Testing $d"