[tests][monotouch-tests] Skip UrlSessionTest.CreateDataTaskAsync as all cases fails on watchOS 3 beta 3 (#449)

This commit is contained in:
Sebastien Pouliot 2016-07-20 13:44:51 -04:00 коммит произвёл GitHub
Родитель 9db2699932
Коммит 31aa2959cd
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -26,7 +26,11 @@ namespace MonoTouchFixtures.Foundation {
[TestFixture]
[Preserve (AllMembers = true)]
public class UrlSessionTest {
// FIXME all test cases are failing on bots with Xcode 8 / watchOS 3
#if !__WATCHOS__
[Test]
#endif
public void CreateDataTaskAsync ()
{
TestRuntime.AssertXcodeVersion (5, 0);