Skip to content

Commit

Permalink
Disable FSW test on OSX (#72029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee authored Jul 12, 2022
1 parent 587c9f4 commit ce2d98d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public void FileSystemWatcher_SymbolicLink_TargetsDirectory_Create_IncludeSubdir
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/70450", TestPlatforms.OSX)]
public void FileSystemWatcher_SymbolicLink_IncludeSubdirectories_DoNotDereferenceChildLink()
{
// Arrange
Expand Down

0 comments on commit ce2d98d

Please sign in to comment.