Skip to content

Commit

Permalink
WIP: Disable test_from_encoding of test_in_tail
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Jan 25, 2022
1 parent 5472b62 commit c01c538
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/plugin/test_in_tail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ def test_encoding(data)
events = d.events
assert_equal(encoding, events[0][2]['message'].encoding)
end
=end
def test_from_encoding
conf = config_element(
Expand Down Expand Up @@ -1037,7 +1036,6 @@ def test_from_encoding_utf16
assert_equal(Encoding::UTF_8, events[0][2]['message'].encoding)
end
=begin
def test_encoding_with_bad_character
conf = config_element(
"", "", {
Expand Down

0 comments on commit c01c538

Please sign in to comment.