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 6ff063b commit 751a67fCopy full SHA for 751a67f
src/Build.UnitTests/BackEnd/TaskBuilder_Tests.cs
@@ -589,7 +589,7 @@ public void NullMetadataOnOutputItems_InlineTask()
589
/// <summary>
590
/// If an item being output from a task has null metadata, we shouldn't crash.
591
/// </summary>
592
- [Fact]
+ [Fact(Skip = "https://github.com/dotnet/msbuild/issues/6521")]
593
[Trait("Category", "non-mono-tests")]
594
public void NullMetadataOnLegacyOutputItems_InlineTask()
595
{
0 commit comments