[iOS] Ignore intermittent failing test on XTC (#666)

This commit is contained in:
Rui Marinho 2017-01-04 13:15:40 +00:00 коммит произвёл GitHub
Родитель 24d8dab897
Коммит 137e7480d8
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -96,6 +96,7 @@ namespace Xamarin.Forms.Core.UITests
} }
[Test] [Test]
[Ignore("Ignore because is only failing on iOS10 at XTC")]
[Description("ListView with ImageCells, file access problems")] [Description("ListView with ImageCells, file access problems")]
[UiTest(typeof(ListView))] [UiTest(typeof(ListView))]
[UiTest(typeof(ImageCell))] [UiTest(typeof(ImageCell))]