Skip to content

Commit 1dfa11a

Browse files
committed
test_ctl: Skip a crashed test on windows-arm
See chef/ffi-win32-extensions#14 Signed-off-by: Takuro Ashie <ashie@clear-code.com>
1 parent 0d7bac0 commit 1dfa11a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/command/test_ctl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_commands(data)
4646
"reload" => ["reload", "USR2"])
4747
def test_commands_with_winsvcname(data)
4848
omit "Only for Windows" unless Fluent.windows?
49+
omit "Need ffi 1.17.3 or later but blocked by https://github.com/chef/ffi-win32-extensions/issues/14" if Gem::Version.new(FFI::VERSION) < Gem::Version.new("1.17.3")
4950

5051
command, event_suffix = data
5152
event_name = "testfluentdwinsvc"

0 commit comments

Comments
 (0)