tests/sys/net/routing: XFAIL the two failing tests
They have been failing for 1.5 months and the patch to fix them is stuck in review so mark them as XFAIL for now to get Jenkins back to green. To be reverted when https://reviews.freebsd.org/D28886 (or similar) is commited. Reviewed By: kp MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D29528
This commit is contained in:
parent
b8028f9d3c
commit
83532eb68c
@ -383,6 +383,9 @@ ATF_TC_BODY(rtm_get_v4_hostbits_failure, tc)
|
||||
{
|
||||
DECLARE_TEST_VARS;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_expect_fail("Needs https://reviews.freebsd.org/D28886");
|
||||
|
||||
c = presetup_ipv4(tc);
|
||||
|
||||
/* Q the same prefix */
|
||||
@ -447,6 +450,9 @@ ATF_TC_BODY(rtm_add_v4_no_rtf_host_failure, tc)
|
||||
{
|
||||
DECLARE_TEST_VARS;
|
||||
|
||||
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
|
||||
atf_tc_expect_fail("Needs https://reviews.freebsd.org/D28886");
|
||||
|
||||
c = presetup_ipv4(tc);
|
||||
|
||||
/* Create IPv4 subnetwork with smaller prefix */
|
||||
|
Loading…
Reference in New Issue
Block a user