Skip to content

Commit

Permalink
Fix the test of CloudService (#13807)
Browse files Browse the repository at this point in the history
Co-authored-by: wyunchi-ms <[email protected]>
  • Loading branch information
wyunchi-ms and wyunchi-ms authored Dec 22, 2020
1 parent 754ff17 commit 9656d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudService/test/New-AzCloudService.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ while(-not $mockingPath) {
}
. ($mockingPath | Select-Object -First 1).FullName

Describe 'New-AzCloudService' -skip {
Describe 'New-AzCloudService' {
It 'UpdateExpanded: Create new cloud service' {
# Create Network Profile
$feIpConfig = New-AzCloudServiceLoadBalancerFrontendIPConfigurationObject -Name "cscmdlettestLBFE" -PublicIPAddressId $env.NewCSPublicIPId
Expand Down

0 comments on commit 9656d85

Please sign in to comment.