Skip to content

Commit

Permalink
Update TestsManifestGeneration.Etw.cs (#97258)
Browse files Browse the repository at this point in the history
* Update TestsManifestGeneration.Etw.cs

Disable tests on x86
  • Loading branch information
AaronRobinsonMSFT committed Jan 21, 2024
1 parent bd84a96 commit ff1eeff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ff1eeff

Please sign in to comment.