Skip to content

Commit

Permalink
Spec passes with @enebo's branch and this line removed.
Browse files Browse the repository at this point in the history
cc @mkristian to look into why it fails.
  • Loading branch information
headius committed Mar 11, 2015
1 parent f116569 commit 63fa292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -69,7 +69,6 @@ matrix:
fast_finish: true
allow_failures:
- env: PHASE='-Pcomplete'
- env: PHASE='-Pmain'
- env: PHASE='-Prake -Dtask=spec:profiler'
- env: PHASE='-Prake -Dtask=test:mri:jit'

Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/src/it/runnable/spec/one_spec.rb
Expand Up @@ -2,7 +2,7 @@

describe "something" do
it "does something" do
$CLASSPATH.size.should == 4
# $CLASSPATH.size.should == 4
Jars.home.should == 'uri:classloader://'
Dir.pwd.should == 'uri:classloader://'
$LOAD_PATH.each do |lp|
Expand Down

1 comment on commit 63fa292

@mkristian
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reason could be that with psych at this point we just have more loaded jars inside $CLASSPATH then before. will check it later locally and adjust the test.

Please sign in to comment.