Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Build.UnitTests/NetTaskHost_E2E_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ public void NetTaskHost_TaskHostProcessReuse_SameProcessForNestedBuild()
/// This test recreates the scenario by symlinking the bootstrap SDK directory and
/// running MSBuild through the symlink.
/// </summary>
[ActiveIssue("https://github.com/dotnet/msbuild/issues/14393")]
[UnixOnlyFact]
public void NetTaskHost_SymlinkedSdkPath_ShouldNotCauseMSB4216()
{
Expand Down
1 change: 1 addition & 0 deletions src/Build.UnitTests/TerminalLogger_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ public async Task ProjectFinishedReportsTargetFrameworkAndRuntimeIdentifier()
await Verify(_outputWriter.ToString(), _settings).UniqueForOSPlatform();
}

[ActiveIssue("https://github.com/dotnet/msbuild/issues/14394")]
[Fact]
public void ReplayBinaryLogWithFewerNodesThanOriginalBuild()
{
Expand Down
1 change: 1 addition & 0 deletions src/BuildCheck.UnitTests/EndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ public void DoesNotRunOnRestore(bool buildInOutOfProcessNode)
}

#if NET
[ActiveIssue("https://github.com/dotnet/msbuild/issues/14392")]
[Fact]
public void TestBuildCheckTemplate()
{
Expand Down
Loading