mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Mute Failing Test on Windows
Mute mixin_spec, tracked by #10454 Fixes #10455
This commit is contained in:
parent
94cb37bedd
commit
b941c17da4
1 changed files with 1 additions and 0 deletions
|
@ -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" ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue