We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c086c7a commit 714d7fbCopy full SHA for 714d7fb
1 file changed
spec/jruby.mspec
@@ -107,10 +107,6 @@ class MSpecScript
107
instance_config = JRuby.runtime.instance_config
108
109
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
-
114
# exclude specs tagged with 'windows' keyword
115
get(:ci_xtags) << 'windows'
116
end
0 commit comments