Skip to content

Commit

Permalink
Disable test ItUsesArtifactsOutputPathForPublish
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Nov 23, 2024
1 parent 689d895 commit 9f8da07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Microsoft.NET.Build.Tests/ArtifactsOutputPathTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void ItUsesArtifactsOutputPathForBuild()
}
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/sdk/issues/45057")]
public void ItUsesArtifactsOutputPathForPublish()
{
var (testProjects, testAsset) = GetTestProjects();
Expand Down

0 comments on commit 9f8da07

Please sign in to comment.