diff --git a/src/libraries/System.Runtime/tests/System/Reflection/ModuleTests.cs b/src/libraries/System.Runtime/tests/System/Reflection/ModuleTests.cs index f5b715978da5a..0a7ee75440f09 100644 --- a/src/libraries/System.Runtime/tests/System/Reflection/ModuleTests.cs +++ b/src/libraries/System.Runtime/tests/System/Reflection/ModuleTests.cs @@ -164,8 +164,6 @@ public void GetField_NullName() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/60558", TestPlatforms.Android)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/64675", typeof(PlatformDetection), nameof(PlatformDetection.IsArmv6Process))] public void GetField() { FieldInfo testInt = TestModule.GetField("TestInt", BindingFlags.Public | BindingFlags.Static); diff --git a/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.il b/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.il index b2d99fc7a8c99..3df2bf787c8c0 100644 --- a/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.il +++ b/src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.il @@ -22,7 +22,7 @@ { ldc.i4.1 stsfld int32 TestInt - ldc.i4.2 + ldc.i8 2 stsfld int64 TestLong ret }