From 2cc0788187bb84c3f17bf2a3a42c3193535a77c8 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 13 Sep 2021 19:37:26 +0200 Subject: [PATCH] Chore: Disable backend test for now since it adds 10 minutes extra in CI (#39150) Ref #38586 --- pkg/services/ngalert/notifier/multiorg_alertmanager_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/services/ngalert/notifier/multiorg_alertmanager_test.go b/pkg/services/ngalert/notifier/multiorg_alertmanager_test.go index f051ce54d2d..2874301da3d 100644 --- a/pkg/services/ngalert/notifier/multiorg_alertmanager_test.go +++ b/pkg/services/ngalert/notifier/multiorg_alertmanager_test.go @@ -12,6 +12,7 @@ import ( ) func TestMultiOrgAlertmanager_SyncAlertmanagersForOrgs(t *testing.T) { + t.Skipf("Skipping multiorg alertmanager tests for now") configStore := &FakeConfigStore{ configs: map[int64]*models.AlertConfiguration{}, } @@ -43,6 +44,7 @@ func TestMultiOrgAlertmanager_SyncAlertmanagersForOrgs(t *testing.T) { } func TestMultiOrgAlertmanager_AlertmanagerFor(t *testing.T) { + t.Skipf("Skipping multiorg alertmanager tests for now") configStore := &FakeConfigStore{ configs: map[int64]*models.AlertConfiguration{}, }