diff --git a/src/tests/tracing/eventpipe/eventsvalidation/SampleProfilerSampleType.cs b/src/tests/tracing/eventpipe/eventsvalidation/SampleProfilerSampleType.cs index cf47e8c1c9fc80..8551f85d055233 100644 --- a/src/tests/tracing/eventpipe/eventsvalidation/SampleProfilerSampleType.cs +++ b/src/tests/tracing/eventpipe/eventsvalidation/SampleProfilerSampleType.cs @@ -8,6 +8,7 @@ using System.Runtime.CompilerServices; using Microsoft.Diagnostics.NETCore.Client; using Microsoft.Diagnostics.Tracing; +using TestLibrary; using Tracing.Tests.Common; using Xunit; @@ -21,6 +22,7 @@ public class SampleProfilerSampleType private const uint SampleTypeExternal = 1; private const uint SampleTypeManaged = 2; + [ActiveIssue("https://github.com/dotnet/runtime/issues/125217", typeof(Utilities), nameof(Utilities.IsNativeAot))] [Fact] public static int TestEntryPoint() {