Skip to content

Commit 60241dc

Browse files
authored
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.2xx' (#48364)
2 parents 047b5a6 + b8590a1 commit 60241dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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-
[Fact(Skip = "https://github.com/dotnet/sdk/issues/44210")]
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)