Skip to content

Commit

Permalink
Disable some FileSystemWatcher tests on MacOS (dotnet/corefx#42346)
Browse files Browse the repository at this point in the history
Contributes to dotnet/corefx#42344

Commit migrated from dotnet/corefx@15e7e15
  • Loading branch information
davidsh authored Nov 4, 2019
1 parent 8d4f1a4 commit 2dcbe73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public void FileSystemWatcher_File_Delet_NotAffectEachOther()
}
}

[ActiveIssue(42344)]
[OuterLoop]
[Fact]
[PlatformSpecific(TestPlatforms.OSX)]
Expand Down

0 comments on commit 2dcbe73

Please sign in to comment.