Skip specs on jruby that require pids

This commit is contained in:
Joe Ferris 2016-10-07 11:41:21 -04:00
parent 1ef679fafc
commit b22df5fe67
No known key found for this signature in database
GPG Key ID: 1B00F8C9678CF148
1 changed files with 1 additions and 1 deletions

View File

@ -3140,7 +3140,7 @@ CACHE MANIFEST
end
end
it "reports and relaunches on reset" do
it "reports and relaunches on reset", skip_on_windows: true, skip_on_jruby: true do
connection = fork_connection
Process.kill "KILL", connection.pid
expect { driver.reset! }.to raise_error(Capybara::Webkit::CrashError)