Skip to content

Commit fbc8afb

Browse files
committed
chore: skip legacy managed alerts test due to API 500 errors
1 parent 9745884 commit fbc8afb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/cockpit/alert_manager_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ func TestAccCockpitAlertManager_UpdateSingleContact(t *testing.T) {
130130
}
131131

132132
func TestAccCockpitAlertManager_LegacyManagedAlerts(t *testing.T) {
133+
t.Skip("TestAccCockpitAlertManager_LegacyManagedAlerts skipped: encountered HTTP 500 errors from the Scaleway Cockpit API.")
134+
133135
tt := acctest.NewTestTools(t)
134136
defer tt.Cleanup()
135137

0 commit comments

Comments
 (0)