Skip to content

Commit

Permalink
Cancel errand integration test is pending except for ruby agent
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stegman <astegman@pivotallabs.com>
  • Loading branch information
dliebreich committed Apr 17, 2014
1 parent a79978b commit 3ac2eb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/integration/cli_errand_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
end

it 'successfully cancels the errand and returns its output' do
pending unless current_sandbox.agent_type == 'ruby'

errand_result = bosh_runner.run('--no-track run errand fake-errand-name')
task_id = Bosh::Spec::OutputParser.new(errand_result).task_id('running')

Expand Down

0 comments on commit 3ac2eb7

Please sign in to comment.