chore(unified): remove unifiedStorageSearch feature toggle (#116109)

This commit is contained in:
Rafael Bortolon Paulovic
2026-01-12 13:22:48 +01:00
committed by GitHub
parent 1b52718c23
commit 0d7f46c08a
9 changed files with 6 additions and 26 deletions
+2 -6
View File
@@ -2054,9 +2054,7 @@ func TestIntegrationDeleteFolderWithProvisionedDashboards(t *testing.T) {
DualWriterMode: modeDw,
},
},
EnableFeatureToggles: []string{
featuremgmt.FlagUnifiedStorageSearch,
},
UnifiedStorageEnableSearch: true,
}
setupProvisioningDir(t, &ops)
@@ -2163,9 +2161,7 @@ func TestIntegrationProvisionedFolderPropagatesLabelsAndAnnotations(t *testing.T
DualWriterMode: mode3,
},
},
EnableFeatureToggles: []string{
featuremgmt.FlagUnifiedStorageSearch,
},
UnifiedStorageEnableSearch: true,
}
setupProvisioningDir(t, &ops)