Revert "grafana: skip a test that started failing"

This reverts commit cdefbd2eb0.
Let's fix the test instead.
This commit is contained in:
Vladimír Čunát 2023-04-15 14:35:49 +02:00
parent feb3215870
commit 86ce1865b6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -48,9 +48,6 @@ buildGoModule rec {
sed -i -e '/it should change folder successfully and return correct result/{N;s/$/\nt.Skip();/}'\
pkg/services/libraryelements/libraryelements_patch_test.go
# TODO: investigate?
substituteInPlace pkg/tests/api/alerting/api_alertmanager_test.go \
--replace TestIntegrationAMConfigAccess DontTestIntegrationAMConfigAccess
# main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/scripts/go
rm -r scripts/go