[tests] Disable PassLibraryTest.Default on watchOS as it hangs the process (#412)

Jul 15 15:44:26 castor monotouchtest[42732]: [default] [ERROR] error while getting ubiquityIdentityToken: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.bird.token was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.bird.token was invalidated.}

^ the above is printed several times after this
This commit is contained in:
Sebastien Pouliot 2016-07-18 08:35:53 -04:00 коммит произвёл GitHub
Родитель f38d545d31
Коммит 24b5dfbcb9
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -27,6 +27,7 @@ namespace MonoTouchFixtures.PassKit {
[Preserve (AllMembers = true)]
public class PassLibraryTest {
#if !__WATCHOS__ // hangs on watchOS 3 beta 2 simulator
[Test]
public void Defaults ()
{
@ -59,6 +60,7 @@ namespace MonoTouchFixtures.PassKit {
library.Remove (pass);
}
}
#endif
[Test]
public void Fields ()