diff --git a/.vib/grafana/goss/goss.yaml b/.vib/grafana/goss/goss.yaml index eae2a430e0697..f2ea709f115c9 100644 --- a/.vib/grafana/goss/goss.yaml +++ b/.vib/grafana/goss/goss.yaml @@ -5,7 +5,8 @@ gossfile: # Goss tests exclusive to the current container ../../grafana/goss/grafana.yaml: {} # Load scripts from .vib/common/goss/templates - ../../common/goss/templates/check-app-version.yaml: {} + # Disable due to https://github.com/grafana/grafana/issues/98572 + # ../../common/goss/templates/check-app-version.yaml: {} ../../common/goss/templates/check-binaries.yaml: {} ../../common/goss/templates/check-broken-symlinks.yaml: {} ../../common/goss/templates/check-ca-certs.yaml: {}