disable two unreliable testson OSX (dotnet/corefx#42514)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Sat, 9 Nov 2019 19:10:34 +0000 (11:10 -0800)
committerStephen Toub <stoub@microsoft.com>
Sat, 9 Nov 2019 19:10:34 +0000 (14:10 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/05b48811119ca6bd681adae94011b9bee8fa04f1

src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Directory.Move.cs
src/libraries/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.File.Move.cs

index bf8da6b..2c560f6 100644 (file)
@@ -31,6 +31,7 @@ namespace System.IO.Tests
         [InlineData(1)]
         [InlineData(2)]
         [InlineData(3)]
+        [ActiveIssue(42507, TestPlatforms.OSX)]
         public void Directory_Move_Multiple_From_Watched_To_Unwatched_Mac(int filesCount)
         {
             // On Mac, the FSStream aggregate old events caused by the test setup.
index 6347d56..5cd654e 100644 (file)
@@ -36,6 +36,7 @@ namespace System.IO.Tests
         [InlineData(1)]
         [InlineData(2)]
         [InlineData(3)]
+        [ActiveIssue(42507, TestPlatforms.OSX)]
         public void File_Move_Multiple_From_Watched_To_Unwatched_Mac(int filesCount)
         {
             // On Mac, the FSStream aggregate old events caused by the test setup.