Disable multiline codec

This commit is contained in:
Jordan Sissel 2013-07-18 12:24:18 -07:00
parent 8a5ced12af
commit b2444a1bcb

View file

@ -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'