diff --git a/ci/test_plugins.rb b/ci/test_plugins.rb index 7b59c5c1d..d4d87c079 100644 --- a/ci/test_plugins.rb +++ b/ci/test_plugins.rb @@ -220,8 +220,7 @@ PLUGIN_DEFINITIONS = [ PluginDefinition.new('logstash-input-snmp', :tier2, :input), PluginDefinition.new('logstash-input-sqs', :tier2, :input), PluginDefinition.new('logstash-input-twitter', :tier2, :input), - # Removed because of https://github.com/logstash-plugins/logstash-codec-collectd/issues/32 - #PluginDefinition.new('logstash-codec-collectd', :tier2, :codec), + PluginDefinition.new('logstash-codec-collectd', :tier2, :codec), PluginDefinition.new('logstash-codec-dots', :tier2, :codec), PluginDefinition.new('logstash-codec-fluent', :tier2, :codec), PluginDefinition.new('logstash-codec-graphite', :tier2, :codec),