Skip to content

Commit

Permalink
exclude wobbly test on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Mar 5, 2024
1 parent 4ae9cf7 commit c5ae823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ext_controls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_spin_control
assert_equal(100, spin.max)
end

if has_ui_simulator?
if has_ui_simulator? && Wx::PLATFORM != 'WXOSX'

def test_arrows
spin.set_value(0)
Expand Down Expand Up @@ -240,7 +240,7 @@ def test_spin_control
assert_equal(10, spin.digits)
end

if has_ui_simulator?
if has_ui_simulator? && Wx::PLATFORM != 'WXOSX'

def test_arrows
spin.set_value(0.0)
Expand Down

0 comments on commit c5ae823

Please sign in to comment.