Skip to content

Commit 714d7fb

Browse files
committed
Running in process no longer supported
1 parent c086c7a commit 714d7fb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

spec/jruby.mspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ class MSpecScript
107107
instance_config = JRuby.runtime.instance_config
108108

109109
if WINDOWS
110-
# Some specs on Windows will fail in we launch JRuby via
111-
# ruby_exe() in-process (see core/argf/gets_spec.rb)
112-
instance_config.run_ruby_in_process = false
113-
114110
# exclude specs tagged with 'windows' keyword
115111
get(:ci_xtags) << 'windows'
116112
end

0 commit comments

Comments
 (0)