Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Remove test that just stalls and never finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Jun 24, 2017
1 parent 3ccb42b commit 1bac509
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions spec/inputs/cloudwatch_logs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,4 @@
expect {subject.register}.to_not raise_error
end
end

describe '#run' do
let(:config) {
{
'access_key_id' => '1234',
'secret_access_key' => 'secret',
'log_group' => ['sample-log-group'],
'region' => 'us-east-1'
}
}
subject {LogStash::Inputs::CloudWatch_Logs.new(config)}

it "runs" do
subject.register
expect{subject.run({})}.to_not raise_error
end
end
end

0 comments on commit 1bac509

Please sign in to comment.