Skip to content

Commit

Permalink
Remove the identity check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Jul 28, 2021
1 parent 6c271d5 commit a2a4050
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testing/test/extensions/public/AzureMonitor.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Describe 'Azure Monitor Testing' {
do
{
if (Has-ExtensionData $extensionName) {
if (Has-Identity-Provisioned) {
break
}
break
}
Start-Sleep -Seconds 10
$n += 1
Expand Down

0 comments on commit a2a4050

Please sign in to comment.