Skip the flaky test 'TestAppDomainProcessExitEvenHandlerNotLeaking' for now (#10827)

This commit is contained in:
Dongbo Wang 2019-10-17 17:39:14 -07:00 committed by GitHub
parent fd125c9cf7
commit e1203aa31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,9 @@ namespace PSTests.Sequential
[SkippableFact]
public void TestAppDomainProcessExitEvenHandlerNotLeaking()
{
// Skip this flaky test for now.
Skip.IfNot(false);
Skip.IfNot(Platform.IsWindows);
EventHandler eventHandler;