mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
add elasticsearch spec tag to exclude on external ES dependency
Fixes #1920
This commit is contained in:
parent
fefe61ac1c
commit
b7f33f6f70
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ require "logstash/plugin"
|
|||
require "logstash/json"
|
||||
|
||||
describe "outputs/elasticsearch" do
|
||||
|
||||
|
||||
|
||||
it "should register" do
|
||||
output = LogStash::Plugin.lookup("output", "elasticsearch").new("embedded" => "false", "protocol" => "transport", "manage_template" => "false")
|
||||
|
@ -347,7 +347,7 @@ describe "outputs/elasticsearch" do
|
|||
end
|
||||
end
|
||||
|
||||
describe "elasticsearch protocol" do
|
||||
describe "elasticsearch protocol", :elasticsearch => true do
|
||||
# ElasticSearch related jars
|
||||
LogStash::Environment.load_elasticsearch_jars!
|
||||
# Load elasticsearch protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue