Skip to content

Commit

Permalink
Mute Failing Test on Windows
Browse files Browse the repository at this point in the history
Mute mixin_spec, tracked by elastic#10454

Fixes elastic#10455
  • Loading branch information
robbavey committed Feb 15, 2019
1 parent 0efc0d5 commit 95a0362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logstash-core/spec/logstash/config/mixin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def initialize(params)
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" ])
Expand Down

0 comments on commit 95a0362

Please sign in to comment.