Skip to content

Commit

Permalink
Disable GPU test until it is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedefsavas committed Dec 8, 2021
1 parent 7f2d4b6 commit 1175192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suites/unmanaged/unmanaged_functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
})
})

ginkgo.Describe("GPU-enabled cluster test", func() {
ginkgo.PDescribe("GPU-enabled cluster test", func() {
ginkgo.It("should create cluster with single worker", func() {
specName := "functional-gpu-cluster"
requiredResources := &shared.TestResource{EC2: 1, IGW: 1, NGW: 1, VPC: 1, ClassicLB: 1, EIP: 1}
Expand Down

0 comments on commit 1175192

Please sign in to comment.