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:
parent
bd84a96ba5
commit
ff1eeff500
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue