Skip to content

Commit 10d2f2a

Browse files
authored
fix(cockpit): skip test with 500 error (#2729)
1 parent 2c3d04d commit 10d2f2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/services/cockpit/alert_manager_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func TestAccCockpitAlertManager_UpdateSingleContact(t *testing.T) {
136136
}
137137

138138
func TestAccCockpitAlertManager_EnableDisable(t *testing.T) {
139+
t.Skip("TestAccCockpit_WithSourceEndpoints skipped: encountered repeated HTTP 500 errors from the Scaleway Cockpit API.")
139140
tt := acctest.NewTestTools(t)
140141
defer tt.Cleanup()
141142

internal/services/cockpit/cockpit_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func TestAccCockpit_Basic(t *testing.T) {
5656
}
5757

5858
func TestAccCockpit_WithSourceEndpoints(t *testing.T) {
59+
t.Skip("TestAccCockpit_WithSourceEndpoints skipped: encountered repeated HTTP 500 errors from the Scaleway Cockpit API.")
5960
tt := acctest.NewTestTools(t)
6061
defer tt.Cleanup()
6162

0 commit comments

Comments
 (0)