Skip to content

Commit 9f8da07

Browse files
committed
Disable test ItUsesArtifactsOutputPathForPublish
1 parent 689d895 commit 9f8da07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Build.Tests/ArtifactsOutputPathTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void ItUsesArtifactsOutputPathForBuild()
9494
}
9595
}
9696

97-
[Fact]
97+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/45057")]
9898
public void ItUsesArtifactsOutputPathForPublish()
9999
{
100100
var (testProjects, testAsset) = GetTestProjects();

0 commit comments

Comments
 (0)