Skip to content

Commit 7052a13

Browse files
Merge pull request #445 from tnierman/osd-28525
OSD-28525 - make MachineHealthCheckShortCircuitUnterminatedSRE investigation non-experimental
2 parents 4474df7 + 47987a0 commit 7052a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/investigations/machinehealthcheckunterminatedshortcircuitsre/machinehealthcheckunterminatedshortcircuitsre.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func (i *Investigation) Description() string {
323323
}
324324

325325
func (i *Investigation) IsExperimental() bool {
326-
return true
326+
return false
327327
}
328328

329329
func (i *Investigation) ShouldInvestigateAlert(alert string) bool {

0 commit comments

Comments
 (0)