Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-05-29 23:38:37 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-05-29 23:38:37 +0300
commit93401afbd3655cad417ff7c4d2c0d5c0351bb1fa (patch)
tree82f9d4c969b552f59557384253105eb6580e5328
parenteb2ef9e9927f8692d8201b4e11c35098c150df7d (diff)
Enable test fixed by https://github.com/mono/mono/pull/8719
-rw-r--r--src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
index ae0e08f98a..e0fdda9298 100644
--- a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
+++ b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
@@ -596,7 +596,6 @@ namespace System.IO.Tests
}
[Fact]
- [SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "Not working")]
public void FileSystemWatcher_StopCalledOnBackgroundThreadDoesNotDeadlock()
{
// Check the case where Stop or Dispose (they do the same thing) is called from