Skip to content

Commit 11f3ba9

Browse files
Copilotrmarinho
andcommitted
Temporarily disable flaky WebView tests with FlakyTest attribute
Co-authored-by: rmarinho <1235097+rmarinho@users.noreply.github.com>
1 parent 88d7c1d commit 11f3ba9

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 will be created to re-enable.")]
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 will be created to re-enable.")]
1516
public void WebViewShouldNotMirrored()
1617
{
1718
App.WaitForElement("WebViewLabel");

0 commit comments

Comments
 (0)