Skip to content

Commit edfd4f2

Browse files
committed
Disabling test for disabled functionality
1 parent fb993b0 commit edfd4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Common/Commands.Common.Test/Common/PSCmdletTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Microsoft.WindowsAzure.Commands.Common.Test.Common
3333
{
3434
public class PSCmdletTests
3535
{
36-
[Fact]
36+
[Fact(Skip="TODO: Fix state machine issues with delegating handler.")]
3737
[Trait(Category.Service, Category.ServiceManagement)]
3838
[Trait(Category.AcceptanceType, Category.CheckIn)]
3939
[Trait(Category.AcceptanceType, Category.BVT)]

0 commit comments

Comments
 (0)