From 7ae3b1087ebe2d33f509a66d08b7600ae6fc3b49 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 17 Oct 2019 17:12:10 -0700 Subject: [PATCH] Skip the flaky test 'TestAppDomainProcessExitEvenHandlerNotLeaking' for now --- test/xUnit/csharp/test_Runspace.cs | 3 +++ 1 file changed, 3 insertions(+) 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;