Skip to content

Commit 3d3f594

Browse files
Copilotrmarinho
andauthored
Temporarily disable flaky WebView tests using FlakyTest attribute (#31868)
* Initial plan * Temporarily disable flaky WebView tests with FlakyTest attribute Co-authored-by: rmarinho <[email protected]> * Add tracking issue link to FlakyTest attributes Co-authored-by: rmarinho <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rmarinho <[email protected]>
1 parent 082d25a commit 3d3f594

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)