We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cead757 commit b910807Copy full SHA for b910807
tools/StaticAnalysis/StaticAnalysis.Test/BreakingChangeAnalyzerTests.cs
@@ -400,7 +400,7 @@ public void RemoveValueFromPipelineByPropertyName()
400
.SingleOrDefault<int>().Equals(BreakingChangeProblemId.ValueFromPipelineByPropertyName));
401
}
402
403
- [Fact]
+ [Fact(Skip = "Will fix as part of breaking change tool refactor: https://github.com/Azure/azure-powershell/issues/3507")]
404
[Trait(Category.AcceptanceType, Category.CheckIn)]
405
public void AddParameterSet()
406
{
0 commit comments