Skip to content

Commit b910807

Browse files
committed
Skip parameter set test that needs re-work in breaking change tool refactor
1 parent cead757 commit b910807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/StaticAnalysis/StaticAnalysis.Test/BreakingChangeAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public void RemoveValueFromPipelineByPropertyName()
400400
.SingleOrDefault<int>().Equals(BreakingChangeProblemId.ValueFromPipelineByPropertyName));
401401
}
402402

403-
[Fact]
403+
[Fact(Skip = "Will fix as part of breaking change tool refactor: https://github.com/Azure/azure-powershell/issues/3507")]
404404
[Trait(Category.AcceptanceType, Category.CheckIn)]
405405
public void AddParameterSet()
406406
{

0 commit comments

Comments
 (0)