summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
index 52c9f578..830982ea 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla31333.cs
@@ -210,6 +210,9 @@ namespace Xamarin.Forms.Controls.Issues
#if UITEST
[Test]
+#if __MACOS__
+ [Ignore("EnterText on UITest.Desktop not implemented")]
+#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEntryInListViewCell ()
{
@@ -222,6 +225,9 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
+#if __MACOS__
+ [Ignore("EnterText on UITest.Desktop not implemented")]
+#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEditorInListViewCell ()
{
@@ -235,6 +241,9 @@ namespace Xamarin.Forms.Controls.Issues
[Test]
+#if __MACOS__
+ [Ignore("EnterText on UITest.Desktop not implemented")]
+#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEntryInTableViewCell ()
{
@@ -247,6 +256,9 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
+#if __MACOS__
+ [Ignore("EnterText on UITest.Desktop not implemented")]
+#endif
[UiTest (typeof(NavigationPage))]
public void Issue31333FocusEditorInTableViewCell ()
{