Temporarily disable failing case in CI of amd64:
- lib.libexecinfo.backtrace_test.backtrace_fmt_basic PR: 246537 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e708e2a4f4
commit
b13788e396
@ -151,6 +151,11 @@ ATF_TC_HEAD(backtrace_fmt_basic, tc)
|
||||
|
||||
ATF_TC_BODY(backtrace_fmt_basic, tc)
|
||||
{
|
||||
#if defined(__amd64__)
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/246537");
|
||||
#endif
|
||||
|
||||
myfunc(12);
|
||||
|
||||
if (prevent_inline)
|
||||
|
Loading…
x
Reference in New Issue
Block a user