diff --git a/logstash-core/spec/logstash/config/mixin_spec.rb b/logstash-core/spec/logstash/config/mixin_spec.rb index a0a9742e7..c4cdfe180 100644 --- a/logstash-core/spec/logstash/config/mixin_spec.rb +++ b/logstash-core/spec/logstash/config/mixin_spec.rb @@ -419,6 +419,7 @@ describe LogStash::Config::Mixin do end it "should use the value in the variable" do + skip("This test fails on Windows, tracked in https://github.com/elastic/logstash/issues/10454") expect(subject.oneString).to(be == "fancy") expect(subject.oneBoolean).to(be_truthy) expect(subject.oneArray).to(be == [ "first array value", "fancy" ])