Temporarly silenced an x-pack monitoring test, waiting to be fixed the root cause issue #12712 (PR #12718)

The fail cause is documented  in issue #12711 

(cherry picked from commit bca169f348)
This commit is contained in:
Andrea Selva 2021-03-04 11:06:11 +01:00 committed by GitHub
parent 1fad4753c1
commit 87af46f161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,13 @@
# or more contributor license agreements. Licensed under the Elastic License;
# you may not use this file except in compliance with the Elastic License.
require "logstash/agent"
require "logstash/runner"
require "spec_helper"
require "monitoring/inputs/metrics/stats_event_factory"
require "logstash/config/pipeline_config"
require 'json'
require "json-schema"
shared_examples_for("old model monitoring event with webserver setting") do
let(:schema_file) { File.join(schemas_path, "monitoring_document_schema.json") }
@ -91,7 +95,8 @@ describe LogStash::Inputs::Metrics::StatsEventFactory do
end
end
context "old model" do
# TODO: fix issue https://github.com/elastic/logstash/issues/12711
xcontext "old model" do
it_behaves_like("old model monitoring event with webserver setting") do
let(:webserver_enabled) {false}
end