Skip to content

Commit 6bb14d0

Browse files
author
Jason Zhai
committed
Disable Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works
1 parent 3b64337 commit 6bb14d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ public void Publish_HostedApp_WithRidSpecifiedInCLI_Works()
12101210
AssertRIDPublishOuput(publishCommand, testInstance, hosted: true);
12111211
}
12121212

1213-
[ConditionalFact()]
1213+
[Fact(Skip = "https://github.com/dotnet/sdk/issues/44179")]
12141214
public void Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works()
12151215
{
12161216
// Arrange

0 commit comments

Comments
 (0)