diff --git a/src/tests/JIT/Regression/JitBlue/Runtime_105821/Runtime_105821.cs b/src/tests/JIT/Regression/JitBlue/Runtime_105821/Runtime_105821.cs index 5cc6a59feee84..2593acadd9aee 100644 --- a/src/tests/JIT/Regression/JitBlue/Runtime_105821/Runtime_105821.cs +++ b/src/tests/JIT/Regression/JitBlue/Runtime_105821/Runtime_105821.cs @@ -20,7 +20,7 @@ public class Runtime_105821 [Fact] public static void TestEntryPoint() { - if (Sse42.IsSupported) + if (Sse42.IsSupported && Bmi2.IsSupported) { Assert.Throws(() => M1(0)); }