Alerting: skip flaky test TestBroadcastAndHandleMessages (#94039)

This commit is contained in:
Yuri Tseretyan 2024-09-30 18:50:55 -04:00 committed by GitHub
parent 393faa8732
commit 0c1aafd643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,8 @@ func TestNewRedisChannel(t *testing.T) {
}
func TestBroadcastAndHandleMessages(t *testing.T) {
t.Skip() // TODO fix the flaky test https://github.com/grafana/grafana/issues/94037
const channelName = "testChannel"
mr, err := miniredis.Run()