Reenable basic_signal:trap_signal_test on i386

This is fixed in dc4a2d1d0e

PR:		265889
Sponsored by:	The FreeBSD Foundation
MFC with:	dc4a2d1d0e
This commit is contained in:
Li-Wen Hsu 2022-08-25 12:09:00 +08:00
parent 504b998def
commit 9ea2716b77
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -106,10 +106,6 @@ ATF_TC_HEAD(trap_signal_test, tc)
ATF_TC_BODY(trap_signal_test, 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
*/