Skip to content

Commit

Permalink
make private endpoint test serial
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Apr 1, 2023
1 parent fe1e3b8 commit 9bba102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/dynamic_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
test.Run(cs, ns)
})

ginkgo.It("should create a private endpoint volume on demand", func() {
ginkgo.It("should create a private endpoint volume on demand", ginkgo.Serial, func() {
if isAzureStackCloud {
ginkgo.Skip("test case is not available for Azure Stack")
}
Expand Down Expand Up @@ -625,7 +625,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
test.Run(cs, ns)
})

ginkgo.It("should create a private endpoint volume on demand with protocol [fuse2]", func() {
ginkgo.It("should create a private endpoint volume on demand with protocol [fuse2]", ginkgo.Serial, func() {
if isAzureStackCloud {
ginkgo.Skip("test case is not available for Azure Stack")
}
Expand Down Expand Up @@ -659,7 +659,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
test.Run(cs, ns)
})

ginkgo.It("should create a private endpoint volume on demand with protocol [nfs]", func() {
ginkgo.It("should create a private endpoint volume on demand with protocol [nfs]", ginkgo.Serial, func() {
if isAzureStackCloud {
ginkgo.Skip("test case is not available for Azure Stack")
}
Expand Down

0 comments on commit 9bba102

Please sign in to comment.