File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ public void Stepper_ResetToInitialState_VerifyDefaultValues()
281281 Assert . That ( App . FindElement ( "ValueLabel" ) . GetText ( ) , Is . EqualTo ( "0.00" ) ) ;
282282 }
283283
284+ #if TEST_FAILS_ON_WINDOWS // Related Issue Link : https://github.com/dotnet/maui/issues/29740
284285 [ Test ]
285286 public void Stepper_IncrementDoesNotExceedMaximum ( )
286287 {
@@ -310,6 +311,7 @@ public void Stepper_IncrementDoesNotExceedMaximum()
310311 var currentValue = App . FindElement ( "ValueLabel" ) . GetText ( ) ;
311312 Assert . That ( currentValue , Is . EqualTo ( "10.00" ) ) ;
312313 }
314+ #endif
313315
314316 [ Test ]
315317 public void Stepper_DecrementDoesNotGoBelowMinimum ( )
You can’t perform that action at this time.
0 commit comments