We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862f1b0 commit 192a12fCopy full SHA for 192a12f
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25502.cs
@@ -12,7 +12,7 @@ public Issue25502(TestDevice testDevice) : base(testDevice)
12
13
public override string Issue => "Gray Line Appears on the Right Side of GraphicsView with Decimal WidthRequest on iOS Platform";
14
15
- [Test]
+ [FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/27798")]
16
[Category(UITestCategories.GraphicsView)]
17
public void VerifyGraphicsViewWithoutGrayLine()
18
{
@@ -21,4 +21,4 @@ public void VerifyGraphicsViewWithoutGrayLine()
21
VerifyScreenshot();
22
}
23
24
-}
+}
0 commit comments