test(DoubleTap): Disbale the double tap test ... it's broken in Uno (and that's why I added the ability to test it!)

This commit is contained in:
David 2020-04-21 14:29:27 -04:00
Родитель 5e3656ec1a
Коммит 7f6fb4a897
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -12,6 +12,7 @@ namespace Sample.UITests
public class DoubleTapped_Tests : TestBase
{
[Test]
[Ignore("DoubleTapped is currently broken in Uno ...")]
public void DoubleTap()
{
App.WaitForElement("DoubleTapped 01");