Skip to content

Commit 9661a07

Browse files
committed
Disable Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works
1 parent a4ef2d0 commit 9661a07

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/44210")]
12141214
public void Publish_HostedApp_WithRidSpecifiedAsArgument_NoSelfContained_Works()
12151215
{
12161216
// Arrange

0 commit comments

Comments
 (0)