We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40eebb6 commit 50d4a05Copy full SHA for 50d4a05
src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/ScenarioTests/AzureBackupVaultTests.cs
@@ -12,13 +12,15 @@
12
// limitations under the License.
13
// ----------------------------------------------------------------------------------
14
15
+using Microsoft.WindowsAzure.Commands.ScenarioTest;
16
using Xunit;
17
18
namespace Microsoft.Azure.Commands.AzureBackup.Test.ScenarioTests
19
{
20
public class AzureBackupVaultTests : AzureBackupTestsBase
21
22
[Fact]
23
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
24
public void AzureBackupVaultScenarioTests()
25
26
this.RunPowerShellTest("Test-AzureBackupVaultScenario");
0 commit comments