@@ -636,7 +636,6 @@ func Test_CreateServerErrors(t *testing.T) {
636636 core .TestCheckGolden (),
637637 core .TestCheckExitCode (1 ),
638638 ),
639- DisableParallel : true ,
640639 }))
641640
642641 t .Run ("Error: invalid image UUID" , core .Test (& core.TestConfig {
@@ -646,7 +645,6 @@ func Test_CreateServerErrors(t *testing.T) {
646645 core .TestCheckGolden (),
647646 core .TestCheckExitCode (1 ),
648647 ),
649- DisableParallel : true ,
650648 }))
651649
652650 ////
@@ -659,7 +657,6 @@ func Test_CreateServerErrors(t *testing.T) {
659657 core .TestCheckGolden (),
660658 core .TestCheckExitCode (1 ),
661659 ),
662- DisableParallel : true ,
663660 }))
664661
665662 ////
@@ -672,7 +669,6 @@ func Test_CreateServerErrors(t *testing.T) {
672669 core .TestCheckGolden (),
673670 core .TestCheckExitCode (1 ),
674671 ),
675- DisableParallel : true ,
676672 }))
677673
678674 t .Run ("Error: invalid total local volumes size: too low 2" , core .Test (& core.TestConfig {
@@ -684,7 +680,6 @@ func Test_CreateServerErrors(t *testing.T) {
684680 core .TestCheckGolden (),
685681 core .TestCheckExitCode (1 ),
686682 ),
687- DisableParallel : true ,
688683 }))
689684
690685 t .Run ("Error: invalid total local volumes size: too low 3" , core .Test (& core.TestConfig {
@@ -695,7 +690,6 @@ func Test_CreateServerErrors(t *testing.T) {
695690 core .TestCheckGolden (),
696691 core .TestCheckExitCode (1 ),
697692 ),
698- DisableParallel : true ,
699693 }))
700694
701695 t .Run ("Error: invalid total local volumes size: too high 1" , core .Test (& core.TestConfig {
@@ -707,7 +701,6 @@ func Test_CreateServerErrors(t *testing.T) {
707701 core .TestCheckGolden (),
708702 core .TestCheckExitCode (1 ),
709703 ),
710- DisableParallel : true ,
711704 }))
712705
713706 t .Run ("Error: invalid total local volumes size: too high 2" , core .Test (& core.TestConfig {
@@ -717,7 +710,6 @@ func Test_CreateServerErrors(t *testing.T) {
717710 core .TestCheckGolden (),
718711 core .TestCheckExitCode (1 ),
719712 ),
720- DisableParallel : true ,
721713 }))
722714
723715 t .Run ("Error: invalid total local volumes size: too high 3" , core .Test (& core.TestConfig {
@@ -730,8 +722,7 @@ func Test_CreateServerErrors(t *testing.T) {
730722 core .TestCheckGolden (),
731723 core .TestCheckExitCode (1 ),
732724 ),
733- AfterFunc : deleteVolume ("Volume" ),
734- DisableParallel : true ,
725+ AfterFunc : deleteVolume ("Volume" ),
735726 }))
736727
737728 t .Run ("Error: invalid root volume size" , core .Test (& core.TestConfig {
@@ -743,7 +734,6 @@ func Test_CreateServerErrors(t *testing.T) {
743734 core .TestCheckGolden (),
744735 core .TestCheckExitCode (1 ),
745736 ),
746- DisableParallel : true ,
747737 }))
748738
749739 t .Run ("Error: disallow existing root volume ID" , core .Test (& core.TestConfig {
@@ -754,8 +744,7 @@ func Test_CreateServerErrors(t *testing.T) {
754744 core .TestCheckGolden (),
755745 core .TestCheckExitCode (1 ),
756746 ),
757- AfterFunc : deleteVolume ("Volume" ),
758- DisableParallel : true ,
747+ AfterFunc : deleteVolume ("Volume" ),
759748 }))
760749
761750 t .Run ("Error: invalid root volume ID" , core .Test (& core.TestConfig {
@@ -767,7 +756,6 @@ func Test_CreateServerErrors(t *testing.T) {
767756 core .TestCheckGolden (),
768757 core .TestCheckExitCode (1 ),
769758 ),
770- DisableParallel : true ,
771759 }))
772760
773761 t .Run ("Error: already attached additional volume ID" , core .Test (& core.TestConfig {
@@ -785,8 +773,7 @@ func Test_CreateServerErrors(t *testing.T) {
785773 core .TestCheckGolden (),
786774 core .TestCheckExitCode (1 ),
787775 ),
788- AfterFunc : deleteServer ("Server" ),
789- DisableParallel : true ,
776+ AfterFunc : deleteServer ("Server" ),
790777 }))
791778
792779 t .Run ("Error: invalid root volume format" , core .Test (& core.TestConfig {
@@ -796,7 +783,6 @@ func Test_CreateServerErrors(t *testing.T) {
796783 core .TestCheckGolden (),
797784 core .TestCheckExitCode (1 ),
798785 ),
799- DisableParallel : true ,
800786 }))
801787
802788 t .Run ("Error: invalid root volume snapshot ID" , core .Test (& core.TestConfig {
@@ -808,7 +794,6 @@ func Test_CreateServerErrors(t *testing.T) {
808794 core .TestCheckGolden (),
809795 core .TestCheckExitCode (1 ),
810796 ),
811- DisableParallel : true ,
812797 }))
813798
814799 t .Run ("Error: invalid additional volume snapshot ID" , core .Test (& core.TestConfig {
@@ -820,7 +805,6 @@ func Test_CreateServerErrors(t *testing.T) {
820805 core .TestCheckGolden (),
821806 core .TestCheckExitCode (1 ),
822807 ),
823- DisableParallel : true ,
824808 }))
825809
826810 ////
@@ -906,7 +890,6 @@ func Test_CreateServerScratchStorage(t *testing.T) {
906890 AfterFunc : core .ExecAfterCmd (
907891 "scw instance server delete {{ .CmdResult.ID }} zone=fr-par-2 with-volumes=all with-ip=true force-shutdown=true" ,
908892 ),
909- DisableParallel : true ,
910893 }))
911894}
912895
@@ -940,6 +923,5 @@ func Test_AttachFilesystem(t *testing.T) {
940923 "scw file filesystem delete {{ .FileSystem.ID }}" ,
941924 ),
942925 ),
943- DisableParallel : true ,
944926 }))
945927}
0 commit comments