basic_signal test: temporarily skip trap_signal_test on i386

This case crashes a bhyve VM.

PR:		265889
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2022-08-17 06:03:37 +08:00
parent 3d3f2fb069
commit c04721e35f
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -164,6 +164,10 @@ ATF_TC_HEAD(signal_test_T32_to_A32, tc)
t32_isa ATF_TC_BODY(signal_test_T32_to_A32, tc)
{
#if defined(__i386__)
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/265889");
#endif
/*
* Setup the signal handlers
*/