Skip to content

Commit

Permalink
#67853 fix uncomment part
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jul 27, 2022
1 parent bd46c75 commit f87f28b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ protected static bool Bidirectional(StreamPair streams) =>
streams.Stream2.CanRead && streams.Stream2.CanWrite;

[Fact]
[//ActiveIssue("https://github.com/dotnet/runtime/issues/67853", TestPlatforms.tvOS)]
//[ActiveIssue("https://github.com/dotnet/runtime/issues/67853", TestPlatforms.tvOS)]
[SkipOnPlatform(TestPlatforms.LinuxBionic, "SElinux blocks UNIX sockets")]
public virtual async Task ArgumentValidation_ThrowsExpectedException()
{
Expand All @@ -1648,7 +1648,7 @@ public virtual async Task ArgumentValidation_ThrowsExpectedException()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/67853", TestPlatforms.tvOS)]
//[ActiveIssue("https://github.com/dotnet/runtime/issues/67853", TestPlatforms.tvOS)]
[SkipOnPlatform(TestPlatforms.LinuxBionic, "SElinux blocks UNIX sockets")]
public virtual async Task Disposed_ThrowsObjectDisposedException()
{
Expand Down

0 comments on commit f87f28b

Please sign in to comment.