Skip to content

Commit 9313bd9

Browse files
Changed skip message to need x64 test framework per azure team
1 parent 192d3f2 commit 9313bd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationTests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ namespace Microsoft.Azure.Commands.Automation.Test
1919
{
2020
public class AutomationTests : AutomationScenarioTestsBase
2121
{
22-
[Fact(Skip = "Fix to make x86 compatible.")]
22+
[Fact(Skip = "Need x64 test framework.")]
2323
[Trait(Category.AcceptanceType, Category.CheckIn)]
2424
[Trait(Category.Service, Category.Automation)]
2525
public void TestAutomationStartAndStopRunbook()
2626
{
2727
RunPowerShellTest("Test-AutomationStartAndStopRunbook -runbookPath ScenarioTests\\Resources\\Test-Workflow.ps1");
2828
}
2929

30-
[Fact(Skip = "Fix to make x86 compatible.")]
30+
[Fact(Skip = "Need x64 test framework.")]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
[Trait(Category.Service, Category.Automation)]
3333
public void TestAutomationPublishAndEditRunbook()
3434
{
3535
RunPowerShellTest("Test-AutomationPublishAndEditRunbook -runbookPath ScenarioTests\\Resources\\Test-Workflow.ps1 -editRunbookPath Resources\\Automation\\Test-WorkflowV2.ps1");
3636
}
3737

38-
[Fact(Skip = "Fix to make x86 compatible.")]
38+
[Fact(Skip = "Need x64 test framework.")]
3939
[Trait(Category.AcceptanceType, Category.CheckIn)]
4040
[Trait(Category.Service, Category.Automation)]
4141
public void TestAutomationConfigureRunbook()
@@ -59,15 +59,15 @@ public void TestAutomationStartRunbookOnASchedule()
5959
RunPowerShellTest("Test-AutomationStartRunbookOnASchedule -runbookPath ScenarioTests\\Resources\\Test-Workflow.ps1");
6060
}
6161

62-
[Fact(Skip = "Fix to make x86 compatible.")]
62+
[Fact(Skip = "Need x64 test framework.")]
6363
[Trait(Category.AcceptanceType, Category.CheckIn)]
6464
[Trait(Category.Service, Category.Automation)]
6565
public void TestAutomationStartUnpublishedRunbook()
6666
{
6767
RunPowerShellTest("Test-AutomationStartUnpublishedRunbook -runbookPath ScenarioTests\\Resources\\Test-WorkFlowWithVariousParameters.ps1");
6868
}
6969

70-
[Fact(Skip = "Fix to make x86 compatible.")]
70+
[Fact(Skip = "Need x64 test framework.")]
7171
[Trait(Category.AcceptanceType, Category.CheckIn)]
7272
[Trait(Category.Service, Category.Automation)]
7373
public void TestAutomationRunbookWithParameter()

0 commit comments

Comments
 (0)