Skip to content

Commit 4004d88

Browse files
test: skip Baremetal and AppleSilicon tests from automatic tests (#839)
1 parent 7823924 commit 4004d88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway/resource_apple_silicon_server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func testSweepAppleSiliconServer(_ string) error {
4141
}
4242

4343
func TestAccScalewayAppleSiliconServer_Basic(t *testing.T) {
44+
t.Skip("Skipping AppleSilicon test as this kind of server can't be deleted before 24h")
4445
tt := NewTestTools(t)
4546
defer tt.Cleanup()
4647
resource.ParallelTest(t, resource.TestCase{

scaleway/resource_baremetal_server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ func testSweepBaremetalServer(_ string) error {
4141
}
4242

4343
func TestAccScalewayBaremetalServer_Basic(t *testing.T) {
44+
t.Skip("Skipping Baremetal Server test as no stock is available currently")
4445
tt := NewTestTools(t)
4546
defer tt.Cleanup()
4647

0 commit comments

Comments
 (0)