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{}, }