Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Issue21109(TestDevice device) : base(device) { }

public override string Issue => "[Android] MAUI 8.0.3 -> 8.0.6 regression: custom handler with key listener no longer works";

[Test, Order(1)]
[FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/27778"), Order(1)]
[Category(UITestCategories.Entry)]
public void VerifyInitialEntryReturnTypeChange()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Issue25502(TestDevice testDevice) : base(testDevice)

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

[Test]
[FlakyTest("Issue to reenable this test: https://github.com/dotnet/maui/issues/27798")]
[Category(UITestCategories.GraphicsView)]
public void VerifyGraphicsViewWithoutGrayLine()
{
Expand Down
Loading