Skip to content

Commit 1ed2f8e

Browse files
authored
Unskip razor tests (#49966)
1 parent 56b2f6c commit 1ed2f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void Build60Hosted_Works()
4444
new FileInfo(Path.Combine(serverBuildOutputDirectory, $"{testAsset}.Shared.dll")).Should().Exist();
4545
}
4646

47-
[WindowsOnlyRequiresMSBuildVersionFact("17.13", Reason = "Needs System.Text.Json 8.0.5", Skip = "https://github.com/dotnet/sdk/issues/49925")] // https://github.com/dotnet/sdk/issues/44886
47+
[WindowsOnlyRequiresMSBuildVersionFact("17.13", Reason = "Needs System.Text.Json 8.0.5")] // https://github.com/dotnet/sdk/issues/44886
4848
[SkipOnPlatform(TestPlatforms.Linux | TestPlatforms.OSX, "https://github.com/dotnet/sdk/issues/42145")]
4949
public void Publish60Hosted_Works()
5050
{

test/Microsoft.NET.Sdk.Razor.Tests/BuildWithComponentsIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public BuildWithComponentsIntegrationTest(ITestOutputHelper log) : base(log) { }
1212
[CoreMSBuildOnlyFact]
1313
public void Build_Components_WithDotNetCoreMSBuild_Works() => Build_ComponentsWorks();
1414

15-
[RequiresMSBuildVersionFact("17.10.0.8101", Skip = "https://github.com/dotnet/sdk/issues/49925")]
15+
[RequiresMSBuildVersionFact("17.10.0.8101")]
1616
public void Build_Components_WithDesktopMSBuild_Works() => Build_ComponentsWorks();
1717

1818
[Fact]

0 commit comments

Comments
 (0)