Skip to content

Commit d357653

Browse files
committed
Commenting out a test case which is not relevant
1 parent 06dd1ed commit d357653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupScenarioTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AzureBackupScenarioTests : AzureBackupTestsBase
2323
//[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
public void AzureBackupEndToEndTests()
2525
{
26-
this.RunPowerShellTest("Test-AzureBackupEndToEnd");
26+
//this.RunPowerShellTest("Test-AzureBackupEndToEnd");
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)