mute metrics_spec line 138 test

Fixes #10412
This commit is contained in:
Joao Duarte 2019-02-07 14:18:12 +00:00 committed by João Duarte
parent 1437cdc207
commit 29280c1527

View file

@ -135,7 +135,7 @@ describe LogStash::Inputs::Metrics do
let(:schema_file) { File.join(schemas_path, "monitoring_document_schema.json") }
describe "data event" do
it "has the correct schema" do
xit "has the correct schema" do
wait(60).for { stats_events }.to_not be_empty
expect(JSON::Validator.fully_validate(schema_file, stats_events.first.to_json)).to be_empty
end