From 1fe1fa35e95c4d152cff213dda2c617f85b9ec0a Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 27 Jun 2024 14:03:52 -0500 Subject: [PATCH] Remove exclude for passing test See #7803 --- test/mri/excludes/TestM17NComb.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mri/excludes/TestM17NComb.rb b/test/mri/excludes/TestM17NComb.rb index 1904e4f4015..b7d1912919b 100644 --- a/test/mri/excludes/TestM17NComb.rb +++ b/test/mri/excludes/TestM17NComb.rb @@ -2,5 +2,4 @@ exclude :test_str_intern, "needs investigation" exclude :test_str_count, "does not raise compatibility error" exclude :test_str_crypt_nonstrict, "#crypt failing: Errno::EINVAL: Invalid argument" -exclude :test_str_squeeze, "fails in CI with indy, see jruby/jruby#7803" if org.jruby.util.cli.Options::COMPILE_INVOKEDYNAMIC.load exclude :test_str_smart_chomp, "see jruby/jruby#3692"