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-27 00:02:47 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-05-27 00:02:47 +0300
commiteb2ef9e9927f8692d8201b4e11c35098c150df7d (patch)
tree9d6b4f43cb6a7b1e82950c78e8264e815def6800
parent2fddf72d3d43004add7df0133f01fa230bedcaa9 (diff)
Revert "Enable test fixed by https://github.com/mono/mono/pull/8719 (#63)"
This reverts commit 8831553c919bf74772c0b382eb2c76e1c0af873a.
-rw-r--r--src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
index e0fdda9298..ae0e08f98a 100644
--- a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
+++ b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
@@ -596,6 +596,7 @@ 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