diff --git a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs index 9e48fdf9e93921..d32fab278b3b37 100644 --- a/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs +++ b/src/tests/tracing/eventpipe/rundownvalidation/rundownvalidation.cs @@ -97,6 +97,7 @@ public static int TestEntryPoint() if (result != 100 || !PlatformDetection.IsCoreCLR || + Utilities.IsCoreClrInterpreter || !RuntimeFeature.IsDynamicCodeCompiled || !OperatingSystem.IsWindows() || !PlatformDetection.Is64BitProcess ||