Commit 95401212 by Cuong Tran

Temporarily ignore integration tests

parent e852121a
......@@ -16,6 +16,7 @@ ENV['rvm_pretty_print_flag'] = '0'
ENV['BUNDLE_GEMFILE'] = './Gemfile'
describe "annotate inside Rails, using #{CURRENT_RUBY}" do
here = File.expand_path('..', __FILE__)
chosen_scenario = nil
if(!ENV['SCENARIO'].blank?)
......@@ -33,6 +34,8 @@ describe "annotate inside Rails, using #{CURRENT_RUBY}" do
# Don't proceed if the working copy is dirty!
Annotate::Integration.is_clean?(test_rig).should == true
pending "temporarily ignored until Travis can run them"
Bundler.with_clean_env do
dir base_dir do
temp_dir = Dir.pwd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment