Skip to content

Commit

Permalink
Skip well-known failing test on truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 18, 2024
1 parent 5ecdd9f commit 3c5bccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/zeitwerk/test_ruby_compatibility.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ def require(path)
# This allows Zeitwerk to be thread-safe on regular file autoloads. Module
# autovivification is custom, has its own test.
test "autoloads and constant references are synchronized" do
skip 'https://github.com/oracle/truffleruby/issues/2431' if RUBY_ENGINE == 'truffleruby'

$ensure_M_is_autoloaded_by_the_thread = Queue.new

files = [["m.rb", <<-EOS]]
Expand Down

0 comments on commit 3c5bccb

Please sign in to comment.