Skip to content

Commit 6b7e152

Browse files
committed
make resize controlplane e2e test serial
1 parent 22e6d0e commit 6b7e152

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/adminapi_resize_controlplane.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func validateMasterVMSizeLabels(ctx context.Context, targetSku string) {
126126
}
127127
}
128128

129-
var _ = Describe("[Admin API] Resize control plane", func() {
129+
var _ = Describe("[Admin API] Resize control plane", Serial, func() {
130130
BeforeEach(skipIfNotInDevelopmentEnv)
131131

132132
It("should reject an unsupported VM size", func(ctx context.Context) {
@@ -222,7 +222,7 @@ var _ = Describe("[Admin API] Resize control plane", func() {
222222
Expect(out.Details[0].Code).To(Equal("ResourceQuotaExceeded"))
223223
})
224224

225-
It("should do the resize when target size is different", Label(slow), FlakeAttempts(1), Serial, func(ctx context.Context) {
225+
It("should do the resize when target size is different", Label(slow), FlakeAttempts(1), func(ctx context.Context) {
226226
By("Getting the current machine size")
227227
preResizeVMSize := getControlPlaneVMSize(ctx)
228228
Expect(preResizeVMSize).ToNot(BeZero())

0 commit comments

Comments
 (0)