[link all] Ignore tests that uses our networking stack for watchOS. Fixes #41539. (#330)

https://bugzilla.xamarin.com/show_bug.cgi?id=41539
This commit is contained in:
Rolf Bjarne Kvinge 2016-06-30 01:00:03 -07:00 коммит произвёл GitHub
Родитель 3abb02ee87
Коммит 6c2208734d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -160,6 +160,9 @@ namespace LinkAll {
[Test]
public void TrustUsingOldPolicy ()
{
#if __WATCHOS__
Assert.Ignore ("WatchOS doesn't support BSD sockets, which our network stack currently requires.");
#endif
// Three similar tests exists in dontlink, linkall and linksdk to test 3 different cases
// untrusted, custom ICertificatePolicy and ServerCertificateValidationCallback without
// having caching issues (in S.Net or the SSL handshake cache)