From c3ad36ba72c5c581737d45ef86206156200c46e4 Mon Sep 17 00:00:00 2001 From: Alexander Weaver Date: Thu, 7 Apr 2022 12:52:00 -0500 Subject: [PATCH] Temporarily skip intermittent test (#47471) --- pkg/services/ngalert/notifier/alertmanager_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/services/ngalert/notifier/alertmanager_test.go b/pkg/services/ngalert/notifier/alertmanager_test.go index 94ec8a365fb..a3b0ebece1d 100644 --- a/pkg/services/ngalert/notifier/alertmanager_test.go +++ b/pkg/services/ngalert/notifier/alertmanager_test.go @@ -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