mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Skip specs on jruby that require pids
This commit is contained in:
parent
1ef679fafc
commit
b22df5fe67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue