Disable TestIntegrationFoldersGetAPIEndpointK8S for all databases (#107913)

Signed-off-by: Maicon Costa <maiconscosta@gmail.com>
This commit is contained in:
maicon
2025-07-09 16:55:15 +00:00
committed by GitHub
parent 21f305c6a0
commit a7aed23d47
+1 -5
View File
@@ -18,7 +18,6 @@ import (
folders "github.com/grafana/grafana/apps/folder/pkg/apis/folder/v1beta1"
"github.com/grafana/grafana/pkg/api/dtos"
grafanarest "github.com/grafana/grafana/pkg/apiserver/rest"
"github.com/grafana/grafana/pkg/infra/db"
"github.com/grafana/grafana/pkg/services/accesscontrol/resourcepermissions"
"github.com/grafana/grafana/pkg/services/dashboards"
"github.com/grafana/grafana/pkg/services/featuremgmt"
@@ -1027,6 +1026,7 @@ func TestIntegrationFoldersGetAPIEndpointK8S(t *testing.T) {
if testing.Short() {
t.Skip("skipping integration test")
}
t.Skip("not working yet")
type testCase struct {
description string
@@ -1130,10 +1130,6 @@ func TestIntegrationFoldersGetAPIEndpointK8S(t *testing.T) {
},
})
if !db.IsTestDbSQLite() {
t.Skip("for now, this test should run only against sqlite")
}
userTest := helper.CreateUser("user", apis.Org1, org.RoleNone, tc.permissions)
for _, f := range tc.createFolders {