diff --git a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs index 4973ad18f74aab..bc1b3c7cba8c21 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs @@ -31,6 +31,7 @@ public partial class TestsManifestGeneration /// ETW only works with elevated process [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] [SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/97255", typeof(PlatformDetection), nameof(PlatformDetection.IsX86Process))] public void Test_EventSource_EtwManifestGeneration() { var pid = Process.GetCurrentProcess().Id; @@ -71,6 +72,7 @@ public void Test_EventSource_EtwManifestGeneration() [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] [SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/97255", typeof(PlatformDetection), nameof(PlatformDetection.IsX86Process))] public void Test_EventSource_EtwManifestGenerationRollover() { var pid = Process.GetCurrentProcess().Id;