git: 711524d96123 - main - tests/dummynet: disable since mbuf pointer serialization KPI to be backed out
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 May 2022 17:28:54 UTC
The branch main has been updated by zec:
URL: https://cgit.FreeBSD.org/src/commit/?id=711524d961233cd017ee0fd17e4b87013720f1c8
commit 711524d961233cd017ee0fd17e4b87013720f1c8
Author: Marko Zec <zec@FreeBSD.org>
AuthorDate: 2022-05-03 14:47:44 +0000
Commit: Marko Zec <zec@FreeBSD.org>
CommitDate: 2022-05-03 17:11:39 +0000
tests/dummynet: disable since mbuf pointer serialization KPI to be backed out
Obtained from: github.com/glebius/FreeBSD/commits/backout-ifindex
---
tests/sys/netpfil/common/utils.subr | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr
index 43cd856b2e87..e41cc67413ab 100644
--- a/tests/sys/netpfil/common/utils.subr
+++ b/tests/sys/netpfil/common/utils.subr
@@ -111,6 +111,8 @@ dummynet_init()
atf_skip "This test requires dummynet"
fi
+ atf_skip "Skip to avoid dummynet_send() panic after interface removal."
+
case $firewall in
ipfw|pf)
# Nothing. This is okay.