Alerting: Remove feature toggle for custom recovery threshold (#104455)
This commit is contained in:
@@ -4297,7 +4297,7 @@ func TestIntegrationHysteresisRule(t *testing.T) {
|
||||
DisableAnonymous: true,
|
||||
AppModeProduction: true,
|
||||
NGAlertSchedulerBaseInterval: 1 * time.Second,
|
||||
EnableFeatureToggles: []string{featuremgmt.FlagConfigurableSchedulerTick, featuremgmt.FlagRecoveryThreshold},
|
||||
EnableFeatureToggles: []string{featuremgmt.FlagConfigurableSchedulerTick},
|
||||
})
|
||||
|
||||
grafanaListedAddr, env := testinfra.StartGrafanaEnv(t, dir, p)
|
||||
|
||||
Reference in New Issue
Block a user