Temporarily skip intermittent test (#47471)

This commit is contained in:
Alexander Weaver
2022-04-07 12:52:00 -05:00
committed by GitHub
parent 222325c7f1
commit c3ad36ba72

View File

@@ -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