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 a2dbeac5d57eb..214f75b625a88 100644 --- a/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs +++ b/src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs @@ -30,7 +30,7 @@ public partial class TestsManifestGeneration /// ETW only works with elevated process [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/48798")] + [SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)] public void Test_EventSource_EtwManifestGeneration() { RemoteInvokeOptions options = new RemoteInvokeOptions { TimeOut = 300_000 /* ms */ }; @@ -77,7 +77,7 @@ public void Test_EventSource_EtwManifestGeneration() } [ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/48798")] + [SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)] public void Test_EventSource_EtwManifestGenerationRollover() { RemoteExecutor.Invoke(() => diff --git a/src/tests/Interop/Directory.Build.targets b/src/tests/Interop/Directory.Build.targets index a682b7c07d73c..9cb3e1df1a46e 100644 --- a/src/tests/Interop/Directory.Build.targets +++ b/src/tests/Interop/Directory.Build.targets @@ -11,7 +11,7 @@ - +