mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 16:52:21 -04:00
Temporarily skip lib.libexecinfo.backtrace_test.backtrace_fmt_basic on i386
PR: 241562 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
98e28b71b2
commit
c1903b634c
1 changed files with 5 additions and 0 deletions
|
|
@ -151,6 +151,11 @@ ATF_TC_HEAD(backtrace_fmt_basic, tc)
|
|||
|
||||
ATF_TC_BODY(backtrace_fmt_basic, tc)
|
||||
{
|
||||
#if defined(__i386__)
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/241562");
|
||||
#endif
|
||||
|
||||
myfunc(12);
|
||||
|
||||
if (prevent_inline)
|
||||
|
|
|
|||
Loading…
Reference in a new issue