From 3213185111a9054bbb04f4a3105d2e20fadc4a07 Mon Sep 17 00:00:00 2001 From: Tom Deseyn Date: Wed, 1 Jul 2026 07:53:04 +0200 Subject: [PATCH] Fsw.Tests: FileMove_FromWatchedToUnwatched: remove ActiveIssue. .NET 11 reduces the number of inotify instances a single application uses to one. This reduces contention during the test run. Fixes https://github.com/dotnet/runtime/issues/96728. --- .../tests/FileSystemWatcher.File.Move.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs b/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs index 848d95d0741a56..16f603e90fe348 100644 --- a/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs +++ b/src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs @@ -186,7 +186,6 @@ private void FileMove_DifferentWatchedDirectory(WatcherChangeTypes eventType) } } - [ActiveIssue("https://github.com/dotnet/runtime/issues/96728", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] private void FileMove_FromWatchedToUnwatched(WatcherChangeTypes eventType) { string dir_watched = CreateTestDirectory(TestDirectory, "dir_watched");