Skip to content

Commit c354bd5

Browse files
author
Jason Zhai
committed
Disable Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works
1 parent 28d560c commit c354bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/WasmPublishIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ public void Publish_HostedApp_WithRidSpecifiedInCLI_Works()
10811081
AssertRIDPublishOuput(publishCommand, testInstance, hosted: true);
10821082
}
10831083

1084-
[ConditionalFact()]
1084+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/44179")]
10851085
public void Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works()
10861086
{
10871087
// Arrange

0 commit comments

Comments
 (0)