From f9004fe53b16abb45b846ad6fc8c02de465aef01 Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Wed, 2 Dec 2020 21:52:07 -0800 Subject: [PATCH] DisableFileSystemWatcherTest (#45511) --- .../System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs b/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs index c13eb348378ef..21b5b41238161 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs +++ b/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.cs @@ -192,6 +192,7 @@ public void BeginInit_PausesEnableRaisingEvents() /// /// EndInit will begin EnableRaisingEvents if we previously set EnableRaisingEvents=true /// + [ActiveIssue("https://github.com/dotnet/runtime/issues/24181", TestPlatforms.OSX)] [Theory] [InlineData(true)] [InlineData(false)]