Skip to content

Commit b66d44a

Browse files
authored
Enable System.Runtime.Serialization.Schema.Tests for HybridGlobalization (#100522)
1 parent 0c0b8b2 commit b66d44a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/libraries/System.Runtime.Serialization.Schema/tests/System/Runtime/Serialization/Schema/RoundTripTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public RoundTripTest(ITestOutputHelper output)
2121

2222
[Fact]
2323
[ActiveIssue("https://github.com/dotnet/runtime/issues/73961", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
24-
[ActiveIssue("https://github.com/dotnet/runtime/issues/95981", typeof(PlatformDetection), nameof(PlatformDetection.IsHybridGlobalizationOnBrowser))]
2524
public void RountTripTest()
2625
{
2726
// AppContext SetSwitch seems to be unreliable in the unit test case. So let's not rely on it

src/libraries/System.Runtime/tests/System.Runtime.Tests/System/Diagnostics/StackTraceHiddenAttributeTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace System.Tests
99
{
1010
[ActiveIssue("https://github.com/dotnet/runtime/issues/50957", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
11-
[ActiveIssue("https://github.com/dotnet/runtime/issues/95981", typeof(PlatformDetection), nameof(PlatformDetection.IsHybridGlobalizationOnBrowser))]
1211
public class StackTraceHiddenAttributeTests
1312
{
1413
[Fact]

0 commit comments

Comments
 (0)