Skip to content

Commit 192a12f

Browse files
authored
Update Issue25502.cs
1 parent 862f1b0 commit 192a12f

File tree

1 file changed

+2
-2
lines changed
  • src/Controls/tests/TestCases.Shared.Tests/Tests/Issues

1 file changed

+2
-2
lines changed

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25502.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public Issue25502(TestDevice testDevice) : base(testDevice)
1212

1313
public override string Issue => "Gray Line Appears on the Right Side of GraphicsView with Decimal WidthRequest on iOS Platform";
1414

15-
[Test]
15+
[FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/27798")]
1616
[Category(UITestCategories.GraphicsView)]
1717
public void VerifyGraphicsViewWithoutGrayLine()
1818
{
@@ -21,4 +21,4 @@ public void VerifyGraphicsViewWithoutGrayLine()
2121
VerifyScreenshot();
2222
}
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)