File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public Issue21109(TestDevice device) : base(device) { }
1212
1313 public override string Issue => "[Android] MAUI 8.0.3 -> 8.0.6 regression: custom handler with key listener no longer works" ;
1414
15- [ Test , Order ( 1 ) ]
15+ [ FlakyTest ( "Issue to reenable this test: https://github.com/dotnet/maui/issues/27778" ) , Order ( 1 ) ]
1616 [ Category ( UITestCategories . Entry ) ]
1717 public void VerifyInitialEntryReturnTypeChange ( )
1818 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments