gentoo-ebuilds/dev-lang/erlang/files/erlang-26.2.4-test-errorinfo.patch
Matthew Smith f896d0ab0d
dev-lang/erlang: add 26.2.4
Signed-off-by: Matthew Smith <matthew@gentoo.org>
2024-04-15 17:58:46 +00:00

14 lines
505 B
Diff

Skip the error_info test. This test tries to open fds until exhausted which
seems to be quite unreliable/brittle.
--- a/lib/kernel/test/os_SUITE.erl
+++ b/lib/kernel/test/os_SUITE.erl
@@ -42,8 +42,7 @@ all() ->
env,
find_executable, unix_comment_in_command, deep_list_command,
large_output_command, background_command, message_leak,
- close_stdin, max_size_command, perf_counter_api,
- error_info].
+ close_stdin, max_size_command, perf_counter_api].
groups() ->
[].