mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
tag :redis for exclusion
This commit is contained in:
parent
667aa3e832
commit
a633afb67c
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ def process(pipeline, queue, event_count)
|
|||
pipeline.shutdown
|
||||
end # process
|
||||
|
||||
describe "inputs/redis" do
|
||||
describe "inputs/redis", :redis => true do
|
||||
extend LogStash::RSpec
|
||||
|
||||
describe "read events from a list" do
|
||||
|
|
|
@ -2,7 +2,7 @@ require "test_utils"
|
|||
require "logstash/outputs/redis"
|
||||
require "redis"
|
||||
|
||||
describe LogStash::Outputs::Redis do
|
||||
describe LogStash::Outputs::Redis, :redis => true do
|
||||
extend LogStash::RSpec
|
||||
|
||||
describe "ship lots of events to a list" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue