Skip to content

Commit 9b371cd

Browse files
authored
Continue to skip couchdb changes plugin
1 parent 793c33b commit 9b371cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/test_plugins.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ def initialize(name, support, type, organization = "logstash-plugins")
216216
PluginDefinition.new('logstash-integration-snmp', :tier1, :integration),
217217

218218
# tier2
219-
PluginDefinition.new('logstash-input-couchdb', :tier2, :input),
219+
# Removed because of https://github.com/logstash-plugins/logstash-input-couchdb_changes/issues/51
220+
#PluginDefinition.new('logstash-input-couchdb_changes', :tier2, :input),
220221
PluginDefinition.new('logstash-input-gelf', :tier2, :input),
221222
PluginDefinition.new('logstash-input-graphite', :tier2, :input),
222223
PluginDefinition.new('logstash-input-jms', :tier2, :input),

0 commit comments

Comments
 (0)