From c7877e09d0510de62a132356f2e50f3f693620bd Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 7 Apr 2022 19:22:21 +0100 Subject: [PATCH] Temporarily skip intermittent test (#47471) (#47472) (cherry picked from commit c3ad36ba72c5c581737d45ef86206156200c46e4) Co-authored-by: Alexander Weaver --- 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