Skip to content

Commit 50d4a05

Browse files
Adding Trait in Vault Scenario Test
1 parent 40eebb6 commit 50d4a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
1516
using Xunit;
1617

1718
namespace Microsoft.Azure.Commands.AzureBackup.Test.ScenarioTests
1819
{
1920
public class AzureBackupVaultTests : AzureBackupTestsBase
2021
{
2122
[Fact]
23+
[Trait(Category.AcceptanceType, Category.CheckIn)]
2224
public void AzureBackupVaultScenarioTests()
2325
{
2426
this.RunPowerShellTest("Test-AzureBackupVaultScenario");

0 commit comments

Comments
 (0)