From b22df5fe67bfae0f26d7ccf97f55ee48ab7ca8fb Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Fri, 7 Oct 2016 11:41:21 -0400 Subject: [PATCH] Skip specs on jruby that require pids --- spec/driver_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/driver_spec.rb b/spec/driver_spec.rb index f340a7e..c6faa6e 100644 --- a/spec/driver_spec.rb +++ b/spec/driver_spec.rb @@ -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)