From 66cea92ab285304ab8bad835499d3643826e51e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:55:40 +0000 Subject: [PATCH] Disable Test_EventSource_EtwManifestGeneration tests in release/8.0 Co-authored-by: danmoseley <6385855+danmoseley@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/415b0f89-5a75-45c4-b0ed-e274d2f522a5 --- .../tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs | 2 ++ 1 file changed, 2 insertions(+) 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 28245691ee1a04..4886261cddda21 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs @@ -30,6 +30,7 @@ public partial class TestsManifestGeneration /// ETW only works with elevated process [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/88027")] public void Test_EventSource_EtwManifestGeneration() { RemoteInvokeOptions options = new RemoteInvokeOptions { TimeOut = 300_000 /* ms */ }; @@ -76,6 +77,7 @@ public void Test_EventSource_EtwManifestGeneration() } [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/88027")] public void Test_EventSource_EtwManifestGenerationRollover() { RemoteExecutor.Invoke(() =>