You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/erlang/files/erlang-26.2.4-test-errorinf...

15 lines
505 B

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() ->
[].