Skip to content

Commit ff1eeff

Browse files
Update TestsManifestGeneration.Etw.cs (#97258)
* Update TestsManifestGeneration.Etw.cs Disable tests on x86
1 parent bd84a96 commit ff1eeff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsManifestGeneration.Etw.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public partial class TestsManifestGeneration
3131
/// ETW only works with elevated process
3232
[ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))]
3333
[SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)]
34+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97255", typeof(PlatformDetection), nameof(PlatformDetection.IsX86Process))]
3435
public void Test_EventSource_EtwManifestGeneration()
3536
{
3637
var pid = Process.GetCurrentProcess().Id;
@@ -71,6 +72,7 @@ public void Test_EventSource_EtwManifestGeneration()
7172

7273
[ConditionalFact(nameof(IsProcessElevatedAndNotWindowsNanoServerAndRemoteExecutorSupported))]
7374
[SkipOnCoreClr("Test should only be run in non-stress modes", ~RuntimeTestModes.RegularRun)]
75+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97255", typeof(PlatformDetection), nameof(PlatformDetection.IsX86Process))]
7476
public void Test_EventSource_EtwManifestGenerationRollover()
7577
{
7678
var pid = Process.GetCurrentProcess().Id;

0 commit comments

Comments
 (0)