Skip to content

Commit

Permalink
skip in Ruby 1.8 doesn't skip the test case without return
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 14, 2012
1 parent 5aaf79a commit dbfdd00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ def query_fake(*args)
# To restart PostgreSQL 9.1 on OS X, installed via MacPorts, ...
# sudo su postgres -c "pg_ctl restart -D /opt/local/var/db/postgresql91/defaultdb/ -m fast"
def test_reconnection_after_actual_disconnection_with_verify
skip "with_manual_interventions is false in configuration" unless ARTest.config['with_manual_interventions']
return skip "with_manual_interventions is false in configuration" unless ARTest.config['with_manual_interventions']

original_connection_pid = @connection.query('select pg_backend_pid()')

Expand Down

0 comments on commit dbfdd00

Please sign in to comment.