Skip to content

Commit 921daf4

Browse files
authored
tests(instance): disable bootscript test (#2537)
1 parent 957ff78 commit 921daf4

File tree

2 files changed

+1
-1355
lines changed

2 files changed

+1
-1355
lines changed

internal/services/instance/server_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,7 @@ func serverHasNewVolume(_ *acctest.TestTools, n string) resource.TestCheckFunc {
943943
}
944944

945945
func TestAccServer_Bootscript(t *testing.T) {
946+
t.Skip("Creation of bootscript server is no longer supported")
946947
tt := acctest.NewTestTools(t)
947948
defer tt.Cleanup()
948949
// Quick tip to get all the different bootscript:

0 commit comments

Comments
 (0)