ShortURL: Unskip integration test (#109874)

This commit is contained in:
Ezequiel Victorero
2025-08-19 15:41:23 -03:00
committed by GitHub
parent 5a67158734
commit 9fa988e9c3
-2
View File
@@ -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")
}