Skip to content

Commit

Permalink
Skip space main (wrapping) test on 9.0.x (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jan 20, 2016
1 parent a072575 commit 758ac6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_space_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def f.write_component( *args )
def test
skip if ( defined?( JRUBY_VERSION ) &&
( version_lt?( JRUBY_VERSION, [1,7,24] ) ||
( version_gte?( JRUBY_VERSION, [9] ) &&
version_lt?( JRUBY_VERSION, [9,0,5] ) ) ) )
version_gte?( JRUBY_VERSION, [9] ) ) )
# JRuby 1.6.x, 1.7.[0-23], 9.0.[0-4] all fail this test
# See also Space#wrap_sync_load?
assert( @sp.execute( @sp.hosts, [ [IyyovDaemon, :daemon_service_dir] ] ) )
Expand Down

0 comments on commit 758ac6a

Please sign in to comment.