Skip to content

Commit

Permalink
test: don't run tests that use fork on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 10, 2019
1 parent a3df7ac commit 5fdf6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ def test_define_column

private
def by_other_process
only_linux
pid = Process.fork do
yield
end
Expand Down

0 comments on commit 5fdf6a0

Please sign in to comment.