Skip to content

Commit

Permalink
Merge pull request #10 from rkononov/master
Browse files Browse the repository at this point in the history
disable beanstalkd test on rackspace
  • Loading branch information
treeder committed Mar 5, 2012
2 parents 1ee0f86 + 5a5d125 commit 8c29d98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_beanstalkd.rb
Expand Up @@ -18,6 +18,7 @@ def test_beanstalk
puts 'test_beanstalk'
config = @config['iron_mq']
h = "#{config['host'] || "mq-aws-us-east-1.iron.io"}:#{config['beanstalkd_port'] || 11300}"
return if h.include? 'rackspace' # bypass this test if rackspace
puts "beanstalkd url: #{h}"
beanstalk = Beanstalk::Connection.new(h)
beanstalk.put("oauth #{config['token']} #{config['project_id']}")
Expand Down

0 comments on commit 8c29d98

Please sign in to comment.