mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Chore: Disable backend test for now since it adds 10 minutes extra in CI (#39150)
Ref #38586
This commit is contained in:
parent
4f70113ea0
commit
2cc0788187
@ -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{},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user