diff --git a/test/xUnit/csharp/test_Runspace.cs b/test/xUnit/csharp/test_Runspace.cs index c0239e7db3f..9657ee37262 100644 --- a/test/xUnit/csharp/test_Runspace.cs +++ b/test/xUnit/csharp/test_Runspace.cs @@ -105,6 +105,9 @@ public void TestRunspaceWithPowerShellAndInitialSessionState() [SkippableFact] public void TestAppDomainProcessExitEvenHandlerNotLeaking() { + // Skip this flaky test for now. + Skip.IfNot(false); + Skip.IfNot(Platform.IsWindows); EventHandler eventHandler;