summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs
index 735b7197..6b7d380a 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla39530.cs
@@ -57,6 +57,9 @@ namespace Xamarin.Forms.Controls.Issues
#if UITEST
[Test]
+#if __MACOS__
+ [Ignore("UITest.Desktop doesn't return empty NSView yet so it can't find the frame")]
+#endif
public void Bugzilla39530PanTest()
{
// Got to wait for the element to be visible to the UI test framework, otherwise we get occasional
@@ -69,6 +72,9 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
+#if __MACOS__
+ [Ignore("UITest.Desktop doesn't return empty NSView yet so it can't find the frame")]
+#endif
public void Bugzilla39530PinchTest()
{
RunningApp.PinchToZoomIn ("frame");
@@ -76,6 +82,9 @@ namespace Xamarin.Forms.Controls.Issues
}
[Test]
+#if __MACOS__
+ [Ignore("UITest.Desktop doesn't return empty NSView yet so it can't find the frame")]
+#endif
public void Bugzilla39530TapTest()
{
RunningApp.WaitForElement (q => q.Marked ("frame"));