Skip to content

Commit

Permalink
Omit deprecated feature test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuta Iwama <[email protected]>
  • Loading branch information
ganmacs committed Jan 6, 2020
1 parent 45c94ea commit 0f933a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def test_logger_with_rotate_age_and_rotate_size(rotate_age)
end

def test_inline_config
omit 'this feature is deprecated. see https://github.com/fluent/fluentd/issues/2711'

opts = Fluent::Supervisor.default_options
opts[:inline_config] = '-'
sv = Fluent::Supervisor.new(opts)
Expand Down

0 comments on commit 0f933a5

Please sign in to comment.