diff --git a/tests/monotouch-test/UIKit/PasteboardTest.cs b/tests/monotouch-test/UIKit/PasteboardTest.cs index 78209a87f968..f9028528fd96 100644 --- a/tests/monotouch-test/UIKit/PasteboardTest.cs +++ b/tests/monotouch-test/UIKit/PasteboardTest.cs @@ -19,6 +19,7 @@ namespace MonoTouchFixtures.UIKit { public class PasteboardTest { [Test] + [Retry (10)] public void ImagesTest () { string file = Path.Combine (NSBundle.MainBundle.ResourcePath, "basn3p08.png"); @@ -29,10 +30,6 @@ public void ImagesTest () if (TestRuntime.CheckXcodeVersion (8, 0)) Assert.True (UIPasteboard.General.HasImages, "HasImages"); - // https://github.com/xamarin/xamarin-macios/issues/6254 - if (TestRuntime.CheckXcodeVersion (11, 0)) - return; - Assert.AreEqual (1, UIPasteboard.General.Images.Length, "a - length"); UIPasteboard.General.Images = new UIImage [] { img, img };