Skip to content

Commit 652c361

Browse files
author
Ravi Teja
committed
making storage account creations LiveOnly
1 parent eba8327 commit 652c361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataBoxEdge/DataBoxEdge.Test/ScenarioTests/DataBoxEdgeStorageAccountTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void TestCreateEdgeStorageAccount()
4242
}
4343

4444
[Fact]
45-
[Trait(Category.AcceptanceType, Category.CheckIn)]
45+
[Trait(Category.AcceptanceType, Category.LiveOnly)]
4646
public void TestRemoveEdgeStorageAccount()
4747
{
4848
DataBoxEdgeScenarioTestBase.NewInstance.RunPowerShellTest(_logger, "Test-RemoveEdgeStorageAccount");

src/DataBoxEdge/DataBoxEdge.Test/ScenarioTests/DataBoxEdgeStorageContainerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void TestCreateEdgeStorageContainer()
4242
}
4343

4444
[Fact]
45-
[Trait(Category.AcceptanceType, Category.CheckIn)]
45+
[Trait(Category.AcceptanceType, Category.LiveOnly)]
4646
public void TestRemoveEdgeStorageContainer()
4747
{
4848
DataBoxEdgeScenarioTestBase.NewInstance.RunPowerShellTest(_logger, "Test-RemoveEdgeStorageContainer");

0 commit comments

Comments
 (0)