Skip to content

Commit a147448

Browse files
author
Jason Zhai
committed
Skip the test ItCanBuildWithMicrosoftBuildArtifactsSdk
1 parent f0c2afc commit a147448

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
@@ -495,7 +495,7 @@ public void ItErrorsIfUseArtifactsOutputIsSetAndThereIsNoDirectoryBuildProps()
495495
.HaveStdOutContaining("NETSDK1200");
496496
}
497497

498-
[Fact]
498+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/40160")]
499499
public void ItCanBuildWithMicrosoftBuildArtifactsSdk()
500500
{
501501
var testAsset = _testAssetsManager.CopyTestAsset("ArtifactsSdkTest")

0 commit comments

Comments
 (0)