diff --git a/e2e/scenario_test.go b/e2e/scenario_test.go index cf9ba4e426e..cc1d9a4f07a 100644 --- a/e2e/scenario_test.go +++ b/e2e/scenario_test.go @@ -1824,8 +1824,7 @@ func Test_AzureLinuxV3_MA35D(t *testing.T) { }, }, // No MA35D GPU capacity in West US, so using East US - Location: "eastus", - K8sSystemPoolSKU: "Standard_D2s_v3", + Location: "eastus", }) } @@ -1854,8 +1853,7 @@ func Test_AzureLinuxV3_MA35D_Scriptless(t *testing.T) { }, }, // No MA35D GPU capacity in West US, so using East US - Location: "eastus", - K8sSystemPoolSKU: "Standard_D2s_v3", + Location: "eastus", }) }