File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public Issue12134(TestDevice testDevice) : base(testDevice)
1515 [ Test ]
1616 [ Category ( UITestCategories . WebView ) ]
1717 [ Category ( UITestCategories . Compatibility ) ]
18-
18+ [ FlakyTest ( "Temporarily disabled due to flakiness in CI. Tracking issue: https://github.com/dotnet/maui/issues/31869" ) ]
1919 public void CookiesCorrectlyLoadWithMultipleWebViews ( )
2020 {
2121 VerifyInternetConnectivity ( ) ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ public Issue30575(TestDevice device) : base(device) { }
1212
1313 [ Test ]
1414 [ Category ( UITestCategories . WebView ) ]
15+ [ FlakyTest ( "Temporarily disabled due to flakiness in CI. Tracking issue: https://github.com/dotnet/maui/issues/31869" ) ]
1516 public void WebViewShouldNotMirrored ( )
1617 {
1718 App . WaitForElement ( "WebViewLabel" ) ;
You can’t perform that action at this time.
0 commit comments