mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Remove riscv workaround in sys.netgraph.hub.loop test
The test case now passes on this architecture. This reverts commitsd5fd5cdc06
and168b579a48
. Reviewed by: lwhsu, imp Differential Revision: https://reviews.freebsd.org/D33252
This commit is contained in:
parent
f9af3151fa
commit
d99a40e5ba
@ -127,11 +127,6 @@ ATF_TC_BODY(loop, dummy)
|
||||
int i;
|
||||
char msg[] = "LOOP Alert!";
|
||||
|
||||
#if defined(__riscv)
|
||||
if (atf_tc_get_config_var_as_bool_wd(dummy, "ci", false))
|
||||
atf_tc_skip("https://bugs.freebsd.org/259157");
|
||||
#endif
|
||||
|
||||
ng_errors(PASS);
|
||||
ng_shutdown("hub1:");
|
||||
ng_shutdown("hub2:");
|
||||
|
Loading…
Reference in New Issue
Block a user