Temporarily skip sys.netgraph.hub.loop on RISC-V in CI

This case panics kernel.

PR:		259157
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2021-10-14 05:31:22 +08:00
parent 364cf0304c
commit d5fd5cdc06
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -127,6 +127,11 @@ ATF_TC_BODY(loop, dummy)
int i;
char msg[] = "LOOP Alert!";
#if defined(__riscv)
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/259157");
#endif
ng_errors(PASS);
ng_shutdown("hub1:");
ng_shutdown("hub2:");