Skip to content

Commit

Permalink
remove 2 assertions from aks live test (Azure#21407)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu authored Apr 3, 2023
1 parent 7f1990f commit 2157f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aks/Aks.Test/LiveTests/TestLiveScenarios.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Invoke-LiveTestScenario -Name "Test_AKS_CURD" -Description "Test AKS Cluster CRU
Write-Host "##[section]Finished updating Aks cluster : Set-AzAksCluster"

Assert-AreEqual 4 $cluster.AgentPoolProfiles[0].Count
Assert-AreEqual "Basic" $cluster.Sku.Name
Assert-AreEqual "Paid" $cluster.Sku.Tier
#Assert-AreEqual "Basic" $cluster.Sku.Name
#Assert-AreEqual "Paid" $cluster.Sku.Tier

# step 3: create the second node pool
$pool1Name = "default"
Expand Down

0 comments on commit 2157f2b

Please sign in to comment.