Skip to content

Commit

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

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

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

ginkgo.It("should be able to unmount NFS volume if volume is already deleted [blob.csi.azure.com]", func() {
ginkgo.It("should be able to unmount NFS volume if volume is already deleted [blob.csi.azure.com]", ginkgo.Serial, func() {
pod := testsuites.PodDetails{
Cmd: "echo 'hello world' >> /mnt/test-1/data && while true; do sleep 1; done",
Volumes: []testsuites.VolumeDetails{
Expand Down Expand Up @@ -796,7 +796,7 @@ var _ = ginkgo.Describe("[blob-csi-e2e] Dynamic Provisioning", func() {
test.Run(cs, ns)
})

ginkgo.It("[blob.csi.azure.com] verify examples", func() {
ginkgo.It("[blob.csi.azure.com] verify examples", ginkgo.Serial, func() {
createExampleDeployment := testCmd{
command: "bash",
args: []string{"hack/verify-examples.sh"},
Expand Down

0 comments on commit c6a0266

Please sign in to comment.