From 73a57c04bec2fc132e83394b663982080c64d910 Mon Sep 17 00:00:00 2001 From: David Mason Date: Thu, 18 Jul 2024 00:18:08 -0700 Subject: [PATCH] disable failing test --- .../tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 bc1b3c7cba8c21..b1075c4bfacc71 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs @@ -31,7 +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))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/88027")] public void Test_EventSource_EtwManifestGeneration() { var pid = Process.GetCurrentProcess().Id; @@ -72,7 +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))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/88027")] public void Test_EventSource_EtwManifestGenerationRollover() { var pid = Process.GetCurrentProcess().Id;