From 23e6d56b77a9f3080747ef1a825f9bb3cb83721a Mon Sep 17 00:00:00 2001 From: Sam Feifer Date: Wed, 15 Nov 2023 12:42:52 -0500 Subject: [PATCH] Stop running faulty tests --- grafana.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grafana.spec b/grafana.spec index d3bcdbe..68b4084 100644 --- a/grafana.spec +++ b/grafana.spec @@ -918,7 +918,7 @@ export GOEXPERIMENT=boringcrypto %endif # comment out temporarily while intermittent ngalert tests are investigated -# %gotest ./pkg/... +# % gotest ./pkg/... # %if %{enable_fips_mode} # OPENSSL_FORCE_FIPS_MODE=1 GOLANG_FIPS=1 go test -v ./pkg/util -run TestEncryption @@ -1004,8 +1004,9 @@ fi %{_datadir}/selinux/*/grafana.pp %changelog -* Thu Nov 9 2023 Sam Feifer - 9.2.10-9 +* Wed Nov 15 2023 Sam Feifer - 9.2.10-9 - Fix AVC denials found when testing +- Stop commented out gotest macro from expanding * Thu Nov 9 2023 Sam Feifer - 9.2.10-8 - Hide relabeling messages from selinux when installing/uninstalling