summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-06-02 09:14:09 -0600
committerRui Marinho <me@ruimarinho.net>2016-06-02 16:14:09 +0100
commit9948193b5bc68b0e70748b0887040e6faa765811 (patch)
tree3812f2861f4bcf926de4607f4713c0c0b3a4e8f0 /Xamarin.Forms.Controls.Issues
parentf482d6f555e28f9240ed3aaaaa78b961ec427591 (diff)
downloadxamarin-forms-9948193b5bc68b0e70748b0887040e6faa765811.tar.gz
xamarin-forms-9948193b5bc68b0e70748b0887040e6faa765811.tar.bz2
xamarin-forms-9948193b5bc68b0e70748b0887040e6faa765811.zip
Disable Tabbed test for iOS (#203)
Diffstat (limited to 'Xamarin.Forms.Controls.Issues')
-rw-r--r--Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40333.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40333.cs b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40333.cs
index 8e7e05de..df5c905e 100644
--- a/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40333.cs
+++ b/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla40333.cs
@@ -196,7 +196,7 @@ namespace Xamarin.Forms.Controls
#if UITEST
-#if __ANDROID__ // This test doesn't work in iOS for unrelated reasons
+#if __ANDROID__ // These tests don't work in iOS for unrelated reasons (see https://bugzilla.xamarin.com/show_bug.cgi?id=41085)
[Test]
public void ClickingOnMenuItemInMasterDoesNotCrash_NavPageVersion()
@@ -211,8 +211,6 @@ namespace Xamarin.Forms.Controls
RunningApp.WaitForElement(q => q.Marked(StillHereId)); // If the bug isn't fixed, the app will have crashed by now
}
-#endif
-
[Test]
public void ClickingOnMenuItemInMasterDoesNotCrash_TabPageVersion()
{
@@ -226,5 +224,6 @@ namespace Xamarin.Forms.Controls
RunningApp.WaitForElement(q => q.Marked(StillHereId)); // If the bug isn't fixed, the app will have crashed by now
}
#endif
+#endif
}
} \ No newline at end of file