Skip to content

Commit

Permalink
Skip test for sending custom signals on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 21, 2023
1 parent e861e4a commit d282def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/aruba/processes/spawn_process_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
end

before do
skip "Signals other than KILL are not supported on Windows" if Gem.win_platform?

@aruba.write_file cmd, <<~BASH
#!/usr/bin/env bash
Expand Down

0 comments on commit d282def

Please sign in to comment.