The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8b57b2a98b641794538980aed2cd16c94aedaf4d
commit 8b57b2a98b641794538980aed2cd16c94aedaf4d Author: Mark Johnston <[email protected]> AuthorDate: 2023-06-18 18:14:43 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-12-31 16:22:45 +0000 frag6 tests: Serialize I'm not sure exactly why, but these tests consistently fail when run in parallel. Serialize them for now. MFC after: 1 week --- tests/sys/netinet6/frag6/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/netinet6/frag6/Makefile b/tests/sys/netinet6/frag6/Makefile index f3eef9305a16..d1661060368b 100644 --- a/tests/sys/netinet6/frag6/Makefile +++ b/tests/sys/netinet6/frag6/Makefile @@ -29,6 +29,8 @@ ATF_TESTS_SH= \ frag6_19 \ frag6_20 +TEST_METADATA+= is_exclusive=true + ${PACKAGE}FILES+= frag6.subr ${PACKAGE}FILES+= sniffer.py ${PACKAGE}FILES+= frag6_01.py
