File tree 4 files changed +4
-4
lines changed
Compatibility/ControlGallery/src/Issues.Shared
Controls/tests/TestCases.Shared.Tests/Tests/Issues
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public TestDemoPage(int level)
84
84
85
85
#if UITEST && __IOS__
86
86
[ Microsoft . Maui . Controls . Compatibility . UITests . FailsOnMauiIOS ]
87
- [ Test ]
87
+ // [Test]
88
88
public void Bugzilla32801Test ( )
89
89
{
90
90
RunningApp . Tap ( c => c . Marked ( "btnAdd" ) ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public Issue18452(TestDevice device) : base(device)
14
14
{
15
15
}
16
16
17
- [ Test ]
17
+ // [Test]
18
18
public void WebViewLoadedWithoutException ( )
19
19
{
20
20
App . WaitForElement ( "Label" ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public Issue20903(TestDevice device) : base(device) { }
11
11
12
12
public override string Issue => "Double-tap behavior should work correctly when adding a new double-tap handler" ;
13
13
14
- [ Test ]
14
+ // [Test]
15
15
[ Category ( UITestCategories . Gestures ) ]
16
16
public async Task RegisterTwoDoubleTapHandlersAndCheckNumberOfFiredEventsAsync ( )
17
17
{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public Issue7803(TestDevice testDevice) : base(testDevice)
13
13
14
14
public override string Issue => "[Bug] CarouselView/RefreshView pull to refresh command firing twice on a single pull" ;
15
15
16
- [ Test ]
16
+ // [Test]
17
17
[ Category ( UITestCategories . CollectionView ) ]
18
18
public void DelayedIsRefreshingAndCommandTest_SwipeDown ( )
19
19
{
You can’t perform that action at this time.
0 commit comments