mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Disable multiline codec
This commit is contained in:
parent
8a5ced12af
commit
b2444a1bcb
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
require "test_utils"
|
||||
|
||||
describe "parse mysql slow query log" do
|
||||
# Skip until we convert this to use multiline codec
|
||||
describe "parse mysql slow query log", :if => false do
|
||||
extend LogStash::RSpec
|
||||
|
||||
config <<-'CONFIG'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue