mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reenable basic_signal:trap_signal_test on i386
This is fixed indc4a2d1d0ePR: 265889 Sponsored by: The FreeBSD Foundation MFC with:dc4a2d1d0e(cherry picked from commit9ea2716b77)
This commit is contained in:
parent
b55f1788c9
commit
af3ccd7b6d
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue