Skip to content

Commit

Permalink
Uncomment GPU UT
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
  • Loading branch information
helayoty committed Apr 14, 2023
1 parent 7950cdf commit 8a6300f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/provider/aci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ func TestCreatePodWithResourceRequestOnly(t *testing.T) {

// Tests create pod with default GPU SKU.
func TestCreatePodWithGPU(t *testing.T) {
t.Skip("Skipping GPU tests until Location API is fixed")
podName := "pod-" + uuid.New().String()
podNamespace := "ns-" + uuid.New().String()
mockCtrl := gomock.NewController(t)
Expand Down Expand Up @@ -387,8 +386,6 @@ func TestCreatePodWithGPU(t *testing.T) {

// Tests create pod with GPU SKU in annotation.
func TestCreatePodWithGPUSKU(t *testing.T) {
t.Skip("Skipping GPU tests until Location API is fixed")

podName := "pod-" + uuid.New().String()
podNamespace := "ns-" + uuid.New().String()
mockCtrl := gomock.NewController(t)
Expand Down

0 comments on commit 8a6300f

Please sign in to comment.