1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00

Update TestsManifestGeneration.Etw.cs (#97258)

* Update TestsManifestGeneration.Etw.cs

Disable tests on x86
This commit is contained in:
Aaron Robinson 2024-01-20 22:04:28 -08:00 committed by GitHub
parent bd84a96ba5
commit ff1eeff500
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ namespace BasicEventSourceTests
/// 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;
@ -71,6 +72,7 @@ namespace BasicEventSourceTests
[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;