mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Mute CLI integration plugin acceptance test
Test is failing CI https://github.com/elastic/logstash/issues/10459 Fixes #10460
This commit is contained in:
parent
b941c17da4
commit
2d5df520bf
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ shared_examples "integration plugins compatible" do |logstash|
|
|||
end
|
||||
end
|
||||
context "when the integration is not installed" do
|
||||
context "if an inner plugin is installed" do
|
||||
# Muting test. Tracked in https://github.com/elastic/logstash/issues/10459
|
||||
xcontext "if an inner plugin is installed" do
|
||||
before(:each) do
|
||||
logstash.run_command_in_path("bin/logstash-plugin install logstash-input-rabbitmq")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue