Skip to content

Commit 3cfe16c

Browse files
authored
Mark VerifyInitialEntryReturnTypeChange and VerifyGraphicsViewWithoutGrayLine tests as flaky (#27776)
* Mark VerifyInitialEntryReturnTypeChange test as flaky * Update Issue21109.cs * Update Issue25502.cs
1 parent b523314 commit 3cfe16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

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

Lines changed: 1 addition & 1 deletion
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
{

0 commit comments

Comments
 (0)