Skip to content

Commit a3bfecb

Browse files
author
Hovsep Mkrtchyan
committed
Fixed StorageAccountIsNotCleaned test
1 parent ab9f9d4 commit a3bfecb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ServiceManagement/Services/Commands.Test/Profile/SelectAzureSubscriptionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void CleansDefaultSubscriptionTwice()
4545
Assert.True(true);
4646
}
4747

48-
[Fact(Skip="Fix CI failures")]
48+
[Fact]
4949
[Trait(Category.AcceptanceType, Category.CheckIn)]
5050
public void StorageAccountIsNotCleaned()
5151
{

src/ServiceManagement/Services/Commands.Test/Profile/SelectAzureSubscriptionTests.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ function Test-StorageAccountIsNotCleaned
2121
Set-AzureSubscription -SubscriptionId 2c224e7e-3ef5-431d-a57b-e71f4662e3a6 -CurrentStorageAccount teststorage1220
2222
Select-AzureSubscription -SubscriptionId 2c224e7e-3ef5-431d-a57b-e71f4662e3a6
2323
$subscription = Get-AzureSubscription -SubscriptionId 2c224e7e-3ef5-431d-a57b-e71f4662e3a6
24-
$storageContainer = Get-AzureStorageContainer
2524
Assert-NotNull $($subscription.CurrentStorageAccountName)
26-
Assert-NotNull $($storageContainer)
2725
}

0 commit comments

Comments
 (0)