Skip to content

Commit

Permalink
Disable UnixDomainSocketTest.FilePathEquality test on tvOS and iOS (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm authored Jun 9, 2022
1 parent 87ca75f commit 0dbb28f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ public void AbstractPathEquality()
}

[ConditionalFact(nameof(PlatformSupportsUnixDomainSockets))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/51392", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
public void FilePathEquality()
{
string path1 = "relative" + Path.DirectorySeparatorChar + "path";
Expand Down

0 comments on commit 0dbb28f

Please sign in to comment.