File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Compatibility/ControlGallery/src/Issues.Shared
Controls/tests/TestCases.Shared.Tests/Tests/Issues Expand file tree Collapse file tree 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)
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" ) ) ;
Original file line number Diff line number Diff 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" ) ;
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments