Skip to content

Commit 7e5ddbe

Browse files
authored
Update failing on-demand AnalysisServices tests
1 parent 6a6b11d commit 7e5ddbe

File tree

1 file changed

+5
-5
lines changed
  • src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests

1 file changed

+5
-5
lines changed

src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/ScenarioTests/AsTests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void TestAnalysisServicesServerScaleUpDown()
3939
}
4040

4141
[Fact]
42-
[Trait(Category.AcceptanceType, Category.LiveOnly)]
42+
[Trait(Category.RunType, Category.LiveOnly)]
4343
public void TestAnalysisServicesServerDisableBackup()
4444
{
4545
NewInstance.RunPsTest("Test-AnalysisServicesServerDisableBackup");
@@ -53,28 +53,28 @@ public void TestNegativeAnalysisServicesServer()
5353
}
5454

5555
[Fact]
56-
[Trait(Category.ServiceManagement, Category.LiveOnly)]
56+
[Trait(Category.RunType, Category.LiveOnly)]
5757
public void TestAnalysisServicesServerLogExport()
5858
{
5959
NewInstance.RunPsTest("Test-AnalysisServicesServerLogExport");
6060
}
6161

6262
[Fact]
63-
[Trait(Category.ServiceManagement, Category.LiveOnly)]
63+
[Trait(Category.RunType, Category.LiveOnly)]
6464
public void TestAnalysisServicesServerRestart()
6565
{
6666
NewInstance.RunPsTest("Test-AnalysisServicesServerRestart");
6767
}
6868

6969
[Fact]
70-
[Trait(Category.ServiceManagement, Category.LiveOnly)]
70+
[Trait(Category.RunType, Category.LiveOnly)]
7171
public void TestAnalysisServicesServerSynchronizeSingle()
7272
{
7373
NewInstance.RunPsTest("Test-AnalysisServicesServerSynchronizeSingle");
7474
}
7575

7676
[Fact]
77-
[Trait(Category.ServiceManagement, Category.LiveOnly)]
77+
[Trait(Category.RunType, Category.LiveOnly)]
7878
public void TestAnalysisServicesServerLoginWithSPN()
7979
{
8080
NewInstance.RunPsTest("Test-AnalysisServicesServerLoginWithSPN");

0 commit comments

Comments
 (0)