mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
Alerting: skip flaky test TestBroadcastAndHandleMessages (#94039)
This commit is contained in:
parent
393faa8732
commit
0c1aafd643
@ -29,6 +29,8 @@ func TestNewRedisChannel(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestBroadcastAndHandleMessages(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"
|
const channelName = "testChannel"
|
||||||
|
|
||||||
mr, err := miniredis.Run()
|
mr, err := miniredis.Run()
|
||||||
|
Loading…
Reference in New Issue
Block a user