logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

Properly tag as integration some tests that requires Schema Registry service #154

Closed andsel closed 9 months ago

andsel commented 10 months ago

Adds the :integration => true tag to schema registry related tests to that they aren't run when executing:

bundle exec rspec --tag \"~integration\" --tag \"~secure_integration\"

The double quotes ar necessary to avoid shell expansion of ~ when launching from shell terminal.