K8s: Move to one feature toggle for folders and dashboards (#100911)
This commit is contained in:
committed by
GitHub
parent
9a0e874e9b
commit
3e6f40c873
@@ -28,8 +28,8 @@ func TestIntegrationOpenAPIs(t *testing.T) {
|
||||
h := NewK8sTestHelper(t, testinfra.GrafanaOpts{
|
||||
AppModeProduction: true,
|
||||
EnableFeatureToggles: []string{
|
||||
featuremgmt.FlagKubernetesFoldersServiceV2, // Will be default on by G12
|
||||
featuremgmt.FlagQueryService, // Query Library
|
||||
featuremgmt.FlagKubernetesClientDashboardsFolders, // Will be default on by G12
|
||||
featuremgmt.FlagQueryService, // Query Library
|
||||
featuremgmt.FlagProvisioning,
|
||||
featuremgmt.FlagInvestigationsBackend,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user