Chore: Disable backend test for now since it adds 10 minutes extra in CI (#39150)

Ref #38586
This commit is contained in:
Marcus Efraimsson 2021-09-13 19:37:26 +02:00 committed by GitHub
parent 4f70113ea0
commit 2cc0788187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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