# /home/anton/tmp/robsd/src-regress-usr.sbin-bgpd.diff The attr test consistently fails for unknown reasons on amd64-regress. Index: Makefile =================================================================== RCS file: /cvs/src/regress/usr.sbin/bgpd/integrationtests/Makefile,v diff -u -p -r1.27 Makefile --- Makefile 14 Jan 2025 13:15:18 -0000 1.27 +++ Makefile 31 Mar 2025 10:57:20 -0000 @@ -96,6 +96,7 @@ eval_all: api-exabgp exabgp.eval_all.con attr: api-exabgp exabgp.attr.conf ${SUDO} ksh ${.CURDIR}/$@.sh ${BGPD} ${.CURDIR} 11 12 pair11 pair12 +REGRESS_EXPECTED_FAILURES+=attr .endif