Temporarily skip intermittent test (#47471) (#47472)

(cherry picked from commit c3ad36ba72)

Co-authored-by: Alexander Weaver <weaver.alex.d@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-04-07 13:22:21 -05:00
committed by GitHub
co-authored by Alexander Weaver
parent 993ed70e34
commit c7877e09d0
@@ -346,6 +346,10 @@ func TestPutAlert(t *testing.T) {
// implement a custom maintenance function for silences, because we snapshot
// our data differently, so we test that functionality.
func TestSilenceCleanup(t *testing.T) {
// TODO: This test intermittently fails. Un-skip me!
// https://github.com/grafana/grafana/issues/47470
t.Skip("intermittent test")
require := require.New(t)
oldRetention := retentionNotificationsAndSilences