@@ -635,7 +635,6 @@ func Test_CreateServerErrors(t *testing.T) {
635
635
core .TestCheckGolden (),
636
636
core .TestCheckExitCode (1 ),
637
637
),
638
- DisableParallel : true ,
639
638
}))
640
639
641
640
t .Run ("Error: invalid image UUID" , core .Test (& core.TestConfig {
@@ -645,7 +644,6 @@ func Test_CreateServerErrors(t *testing.T) {
645
644
core .TestCheckGolden (),
646
645
core .TestCheckExitCode (1 ),
647
646
),
648
- DisableParallel : true ,
649
647
}))
650
648
651
649
////
@@ -658,7 +656,6 @@ func Test_CreateServerErrors(t *testing.T) {
658
656
core .TestCheckGolden (),
659
657
core .TestCheckExitCode (1 ),
660
658
),
661
- DisableParallel : true ,
662
659
}))
663
660
664
661
////
@@ -671,7 +668,6 @@ func Test_CreateServerErrors(t *testing.T) {
671
668
core .TestCheckGolden (),
672
669
core .TestCheckExitCode (1 ),
673
670
),
674
- DisableParallel : true ,
675
671
}))
676
672
677
673
t .Run ("Error: invalid total local volumes size: too low 2" , core .Test (& core.TestConfig {
@@ -683,7 +679,6 @@ func Test_CreateServerErrors(t *testing.T) {
683
679
core .TestCheckGolden (),
684
680
core .TestCheckExitCode (1 ),
685
681
),
686
- DisableParallel : true ,
687
682
}))
688
683
689
684
t .Run ("Error: invalid total local volumes size: too low 3" , core .Test (& core.TestConfig {
@@ -694,7 +689,6 @@ func Test_CreateServerErrors(t *testing.T) {
694
689
core .TestCheckGolden (),
695
690
core .TestCheckExitCode (1 ),
696
691
),
697
- DisableParallel : true ,
698
692
}))
699
693
700
694
t .Run ("Error: invalid total local volumes size: too high 1" , core .Test (& core.TestConfig {
@@ -706,7 +700,6 @@ func Test_CreateServerErrors(t *testing.T) {
706
700
core .TestCheckGolden (),
707
701
core .TestCheckExitCode (1 ),
708
702
),
709
- DisableParallel : true ,
710
703
}))
711
704
712
705
t .Run ("Error: invalid total local volumes size: too high 2" , core .Test (& core.TestConfig {
@@ -716,7 +709,6 @@ func Test_CreateServerErrors(t *testing.T) {
716
709
core .TestCheckGolden (),
717
710
core .TestCheckExitCode (1 ),
718
711
),
719
- DisableParallel : true ,
720
712
}))
721
713
722
714
t .Run ("Error: invalid total local volumes size: too high 3" , core .Test (& core.TestConfig {
@@ -729,8 +721,7 @@ func Test_CreateServerErrors(t *testing.T) {
729
721
core .TestCheckGolden (),
730
722
core .TestCheckExitCode (1 ),
731
723
),
732
- AfterFunc : deleteVolume ("Volume" ),
733
- DisableParallel : true ,
724
+ AfterFunc : deleteVolume ("Volume" ),
734
725
}))
735
726
736
727
t .Run ("Error: invalid root volume size" , core .Test (& core.TestConfig {
@@ -742,7 +733,6 @@ func Test_CreateServerErrors(t *testing.T) {
742
733
core .TestCheckGolden (),
743
734
core .TestCheckExitCode (1 ),
744
735
),
745
- DisableParallel : true ,
746
736
}))
747
737
748
738
t .Run ("Error: disallow existing root volume ID" , core .Test (& core.TestConfig {
@@ -753,8 +743,7 @@ func Test_CreateServerErrors(t *testing.T) {
753
743
core .TestCheckGolden (),
754
744
core .TestCheckExitCode (1 ),
755
745
),
756
- AfterFunc : deleteVolume ("Volume" ),
757
- DisableParallel : true ,
746
+ AfterFunc : deleteVolume ("Volume" ),
758
747
}))
759
748
760
749
t .Run ("Error: invalid root volume ID" , core .Test (& core.TestConfig {
@@ -766,7 +755,6 @@ func Test_CreateServerErrors(t *testing.T) {
766
755
core .TestCheckGolden (),
767
756
core .TestCheckExitCode (1 ),
768
757
),
769
- DisableParallel : true ,
770
758
}))
771
759
772
760
t .Run ("Error: already attached additional volume ID" , core .Test (& core.TestConfig {
@@ -784,8 +772,7 @@ func Test_CreateServerErrors(t *testing.T) {
784
772
core .TestCheckGolden (),
785
773
core .TestCheckExitCode (1 ),
786
774
),
787
- AfterFunc : deleteServer ("Server" ),
788
- DisableParallel : true ,
775
+ AfterFunc : deleteServer ("Server" ),
789
776
}))
790
777
791
778
t .Run ("Error: invalid root volume format" , core .Test (& core.TestConfig {
@@ -795,7 +782,6 @@ func Test_CreateServerErrors(t *testing.T) {
795
782
core .TestCheckGolden (),
796
783
core .TestCheckExitCode (1 ),
797
784
),
798
- DisableParallel : true ,
799
785
}))
800
786
801
787
t .Run ("Error: invalid root volume snapshot ID" , core .Test (& core.TestConfig {
@@ -807,7 +793,6 @@ func Test_CreateServerErrors(t *testing.T) {
807
793
core .TestCheckGolden (),
808
794
core .TestCheckExitCode (1 ),
809
795
),
810
- DisableParallel : true ,
811
796
}))
812
797
813
798
t .Run ("Error: invalid additional volume snapshot ID" , core .Test (& core.TestConfig {
@@ -819,7 +804,6 @@ func Test_CreateServerErrors(t *testing.T) {
819
804
core .TestCheckGolden (),
820
805
core .TestCheckExitCode (1 ),
821
806
),
822
- DisableParallel : true ,
823
807
}))
824
808
825
809
////
@@ -905,7 +889,6 @@ func Test_CreateServerScratchStorage(t *testing.T) {
905
889
AfterFunc : core .ExecAfterCmd (
906
890
"scw instance server delete {{ .CmdResult.ID }} zone=fr-par-2 with-volumes=all with-ip=true force-shutdown=true" ,
907
891
),
908
- DisableParallel : true ,
909
892
}))
910
893
}
911
894
@@ -939,6 +922,5 @@ func Test_AttachFilesystem(t *testing.T) {
939
922
"scw file filesystem delete {{ .FileSystem.ID }}" ,
940
923
),
941
924
),
942
- DisableParallel : true ,
943
925
}))
944
926
}
0 commit comments