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)]