Skip to content

Commit faf73d3

Browse files
authored
[testing] Try make tests more stable (#26621)
1 parent 2e4e43e commit faf73d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Compatibility/ControlGallery/src/Issues.Shared/Bugzilla32801.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public TestDemoPage(int level)
8484

8585
#if UITEST && __IOS__
8686
[Microsoft.Maui.Controls.Compatibility.UITests.FailsOnMauiIOS]
87-
[Test]
87+
//[Test]
8888
public void Bugzilla32801Test()
8989
{
9090
RunningApp.Tap(c => c.Marked("btnAdd"));

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public Issue18452(TestDevice device) : base(device)
1414
{
1515
}
1616

17-
[Test]
17+
//[Test]
1818
public void WebViewLoadedWithoutException()
1919
{
2020
App.WaitForElement("Label");

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public Issue20903(TestDevice device) : base(device) { }
1111

1212
public override string Issue => "Double-tap behavior should work correctly when adding a new double-tap handler";
1313

14-
[Test]
14+
// [Test]
1515
[Category(UITestCategories.Gestures)]
1616
public async Task RegisterTwoDoubleTapHandlersAndCheckNumberOfFiredEventsAsync()
1717
{

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue7803.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public Issue7803(TestDevice testDevice) : base(testDevice)
1313

1414
public override string Issue => "[Bug] CarouselView/RefreshView pull to refresh command firing twice on a single pull";
1515

16-
[Test]
16+
//[Test]
1717
[Category(UITestCategories.CollectionView)]
1818
public void DelayedIsRefreshingAndCommandTest_SwipeDown()
1919
{

0 commit comments

Comments
 (0)