Skip to content

Commit

Permalink
Do not include rackspace input/output in tests
Browse files Browse the repository at this point in the history
Block testing by regex.

fixes elastic#3518

Fixes elastic#3519
  • Loading branch information
untergeek authored and jordansissel committed Jun 29, 2015
1 parent 13ed787 commit 3d3cd8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/default_plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ module RakeLib
/^logstash-output-neo4j$/,
/^logstash-input-perfmon$/,
/^logstash-input-http$/,
/^logstash-output-webhdfs$/
/^logstash-output-webhdfs$/,
/^logstash-input-rackspace$/,
/^logstash-output-rackspace$/
])


Expand Down

0 comments on commit 3d3cd8a

Please sign in to comment.