diff --git a/pkg/tests/apis/shorturl/shorturl_test.go b/pkg/tests/apis/shorturl/shorturl_test.go index ba80e5cf1b6..e5d328f9e6b 100644 --- a/pkg/tests/apis/shorturl/shorturl_test.go +++ b/pkg/tests/apis/shorturl/shorturl_test.go @@ -36,8 +36,6 @@ var gvr = schema.GroupVersionResource{ var RESOURCEGROUP = gvr.GroupResource().String() func TestIntegrationShortURL(t *testing.T) { - t.Skip("Skipping due to issue with https://github.com/grafana/grafana/pull/109267") - if testing.Short() { t.Skip("skipping integration test") }