diff --git a/spec/rubocop/cop/variable_force_spec.rb b/spec/rubocop/cop/variable_force_spec.rb index d8cd52080d7..bddeb5e9491 100644 --- a/spec/rubocop/cop/variable_force_spec.rb +++ b/spec/rubocop/cop/variable_force_spec.rb @@ -28,9 +28,7 @@ end end - # FIXME: Remove `broken_on: jruby` when JRuby incompatible is resolved: - # https://github.com/jruby/jruby/issues/7113 - context 'when processing a regex with regopt', broken_on: :jruby do + context 'when processing a regex with regopt' do let(:node) { parse_source('/\x82/n =~ "a"').ast } it 'does not raise an error' do