Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2e5bd3f

Browse files
committed
Merge pull request #2012 from stephentoub/fsw_osx_disablefailing
Disable several FileSystemWatcher tests failing on OSX
2 parents cb755ce + 9d230c0 commit 2e5bd3f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Changed.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
public partial class FileSystemWatcher_4000_Tests
1010
{
1111
[Fact]
12+
[ActiveIssue(2011, PlatformID.OSX)]
1213
public static void FileSystemWatcher_Changed_LastWrite_File()
1314
{
1415
using (var file = Utility.CreateTestFile())
@@ -26,6 +27,7 @@ public static void FileSystemWatcher_Changed_LastWrite_File()
2627
}
2728

2829
[Fact]
30+
[ActiveIssue(2011, PlatformID.OSX)]
2931
public static void FileSystemWatcher_Changed_LastWrite_Directory()
3032
{
3133
using (var dir = Utility.CreateTestDirectory())

src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.Created.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public static void FileSystemWatcher_Created_Directory()
4545
}
4646

4747
[Fact]
48+
[ActiveIssue(2011, PlatformID.OSX)]
4849
public static void FileSystemWatcher_Created_MoveDirectory()
4950
{
5051
// create two test directories

0 commit comments

Comments
 (0)