Skip to content

Commit 2f628e5

Browse files
committed
Exclude failing MRI test
A test failed on GitHub Actions ("run MRI tests on native" workflow) with error: ``` TestFiddle#test_dlopen_linker_script_input_linux: NotImplementedError: NotImplementedError /home/runner/work/truffleruby/truffleruby/truffleruby-build/languages/ruby/lib/truffle/truffle/fiddle_backend.rb:316:in `close' /home/runner/work/truffleruby/truffleruby/test/mri/tests/fiddle/test_fiddle.rb:37:in `test_dlopen_linker_script_input_linux' ```
1 parent 416bfe1 commit 2f628e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/mri/excludes/TestFiddle.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_nil_true_etc, "NameError: uninitialized constant Fiddle::Qtrue"
22
exclude :test_dlopen_linker_script_group_linux, "NotImplementedError: NotImplementedError"
3+
exclude :test_dlopen_linker_script_input_linux, "NotImplementedError: NotImplementedError"

0 commit comments

Comments
 (0)