Skip to content

Commit

Permalink
OuterLoop test using 1.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Oct 14, 2020
1 parent b77d31f commit 1da5006
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public async Task Connect_AfterDisconnect_Fails()
{ IPAddress.Parse("1.1.1.1").MapToIPv6() },
};

[OuterLoop("Uses external server")]
[Theory]
[MemberData(nameof(ConnectGetsCanceledByDispose_Data))]
[PlatformSpecific(~(TestPlatforms.OSX | TestPlatforms.FreeBSD))] // Not supported on BSD like OSes.
Expand Down

0 comments on commit 1da5006

Please sign in to comment.