Alerting: skip flaky test TestBroadcastAndHandleMessages (#94039)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user