diff --git a/src/libraries/System.Runtime.Numerics/tests/BigInteger/modpow.cs b/src/libraries/System.Runtime.Numerics/tests/BigInteger/modpow.cs index 5f840a9a520990..ef7859a6b07047 100644 --- a/src/libraries/System.Runtime.Numerics/tests/BigInteger/modpow.cs +++ b/src/libraries/System.Runtime.Numerics/tests/BigInteger/modpow.cs @@ -369,6 +369,7 @@ private static string Print(byte[] bytes) [Theory] [MemberData(nameof(AssertFailureRegressionTest_InputData))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/126212", typeof(PlatformDetection), nameof(PlatformDetection.Is32BitProcess))] public static void FastReducer_AssertFailure_RegressionTest(BigInteger value, int exponent, BigInteger modulus) { // Regression test exercising the code path that was resulting in