mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Do not include rackspace input/output in tests
Block testing by regex. fixes #3518 Fixes #3519
This commit is contained in:
parent
13ed78790f
commit
3d3cd8ab8f
1 changed files with 3 additions and 1 deletions
|
@ -139,7 +139,9 @@ module LogStash
|
|||
/^logstash-output-neo4j$/,
|
||||
/^logstash-input-perfmon$/,
|
||||
/^logstash-input-http$/,
|
||||
/^logstash-output-webhdfs$/
|
||||
/^logstash-output-webhdfs$/,
|
||||
/^logstash-input-rackspace$/,
|
||||
/^logstash-output-rackspace$/
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue