Skip to content
  • lukeg's avatar
    ba55706f
    fix test/rubygems/test_gem_package_task.rb when in -j mode · ba55706f
    lukeg authored
    This test skipped sometimes due to failure to load 'rake/packagetask'.
    This is due to manipulation of $LOAD_PATH by other rubygems tests. If
    rake is loaded before any rubygems tests run, then it works fine.
    
    To reproduce the skipping behavior:
      $ make test-all TESTOPTS="-j6 --test-order=sorted test/rubygems/test_*.rb"
    ba55706f
    fix test/rubygems/test_gem_package_task.rb when in -j mode
    lukeg authored
    This test skipped sometimes due to failure to load 'rake/packagetask'.
    This is due to manipulation of $LOAD_PATH by other rubygems tests. If
    rake is loaded before any rubygems tests run, then it works fine.
    
    To reproduce the skipping behavior:
      $ make test-all TESTOPTS="-j6 --test-order=sorted test/rubygems/test_*.rb"
Loading