@@ -19,23 +19,23 @@ namespace Microsoft.Azure.Commands.Automation.Test
19
19
{
20
20
public class AutomationTests : AutomationScenarioTestsBase
21
21
{
22
- [ Fact ( Skip = "Fix to make x86 compatible ." ) ]
22
+ [ Fact ( Skip = "Need x64 test framework ." ) ]
23
23
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
24
24
[ Trait ( Category . Service , Category . Automation ) ]
25
25
public void TestAutomationStartAndStopRunbook ( )
26
26
{
27
27
RunPowerShellTest ( "Test-AutomationStartAndStopRunbook -runbookPath ScenarioTests\\ Resources\\ Test-Workflow.ps1" ) ;
28
28
}
29
29
30
- [ Fact ( Skip = "Fix to make x86 compatible ." ) ]
30
+ [ Fact ( Skip = "Need x64 test framework ." ) ]
31
31
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
32
32
[ Trait ( Category . Service , Category . Automation ) ]
33
33
public void TestAutomationPublishAndEditRunbook ( )
34
34
{
35
35
RunPowerShellTest ( "Test-AutomationPublishAndEditRunbook -runbookPath ScenarioTests\\ Resources\\ Test-Workflow.ps1 -editRunbookPath Resources\\ Automation\\ Test-WorkflowV2.ps1" ) ;
36
36
}
37
37
38
- [ Fact ( Skip = "Fix to make x86 compatible ." ) ]
38
+ [ Fact ( Skip = "Need x64 test framework ." ) ]
39
39
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
40
40
[ Trait ( Category . Service , Category . Automation ) ]
41
41
public void TestAutomationConfigureRunbook ( )
@@ -59,15 +59,15 @@ public void TestAutomationStartRunbookOnASchedule()
59
59
RunPowerShellTest ( "Test-AutomationStartRunbookOnASchedule -runbookPath ScenarioTests\\ Resources\\ Test-Workflow.ps1" ) ;
60
60
}
61
61
62
- [ Fact ( Skip = "Fix to make x86 compatible ." ) ]
62
+ [ Fact ( Skip = "Need x64 test framework ." ) ]
63
63
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
64
64
[ Trait ( Category . Service , Category . Automation ) ]
65
65
public void TestAutomationStartUnpublishedRunbook ( )
66
66
{
67
67
RunPowerShellTest ( "Test-AutomationStartUnpublishedRunbook -runbookPath ScenarioTests\\ Resources\\ Test-WorkFlowWithVariousParameters.ps1" ) ;
68
68
}
69
69
70
- [ Fact ( Skip = "Fix to make x86 compatible ." ) ]
70
+ [ Fact ( Skip = "Need x64 test framework ." ) ]
71
71
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
72
72
[ Trait ( Category . Service , Category . Automation ) ]
73
73
public void TestAutomationRunbookWithParameter ( )
0 commit comments