Annotations: Move to integration tests (#108736)

This commit is contained in:
Stephanie Hingtgen
2025-07-28 11:37:17 -05:00
committed by GitHub
parent aa7ae5fc65
commit f41570a6f7
4 changed files with 444 additions and 596 deletions
@@ -23,8 +23,13 @@ import (
"github.com/grafana/grafana/pkg/services/tag/tagimpl"
"github.com/grafana/grafana/pkg/services/user"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/tests/testsuite"
)
func TestMain(m *testing.M) {
testsuite.Run(m)
}
func TestIntegrationAnnotations(t *testing.T) {
if testing.Short() {
t.Skip("skipping integration test")