Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/pom.rb
Original file line number Diff line number Diff line change
@@ -303,6 +303,9 @@ def truffle_spec_config(spec_type, generate_report)

profile 'truffle-test-pe' do

# Don't run the unit tests.
properties :skipTests => 'true'

plugin :antrun do
execute_goals( 'run',
:id => 'rake',
@@ -322,6 +325,8 @@ def truffle_spec_config(spec_type, generate_report)

profile 'truffle-mri-tests' do

plugin :surefire, '2.15', :skipTests => true

plugin :antrun do
execute_goals('run',
:id => 'rake',

0 comments on commit d65d5f0

Please sign in to comment.