You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla41842.cs
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,16 @@ public Bugzilla41842(TestDevice testDevice) : base(testDevice)
12
12
13
13
publicoverridestringIssue=>"Set FlyoutPage.Detail = New Page() twice will crash the application when set FlyoutLayoutBehavior = FlyoutLayoutBehavior.Split";
14
14
15
-
// Crash after navigation
16
-
/*
17
15
[Test]
18
-
[Ignore("The sample is crashing.")]
19
16
[Category(UITestCategories.FlyoutPage)]
20
17
[Category(UITestCategories.Compatibility)]
21
-
[FailsOnAllPlatformsWhenRunningOnXamarinUITest("The sample is crashing. More information: https://github.com/dotnet/maui/issues/21205")]
0 commit comments