App Installer: Revert #109267 and skip ShortURL integration tests (#109591)

* Revert "App Installer: Merge builder and installer admission (#109267)"

This reverts commit c662b880fd.

* ShortURL: Skip integration tests temporarily
This commit is contained in:
Matheus Macabu
2025-08-13 13:27:37 +02:00
committed by GitHub
parent 2887099c74
commit 94f7602786
3 changed files with 23 additions and 29 deletions
+2
View File
@@ -36,6 +36,8 @@ 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")
}