git: 0ab7c42e9464 - main - tests: sys.netpfil.pf.set_tos.v6 fails in CI

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 16 Dec 2021 01:34:43 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ab7c42e946441bc22bf7cb645ce5356cb245b63

commit 0ab7c42e946441bc22bf7cb645ce5356cb245b63
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-16 01:23:35 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-16 01:32:37 +0000

    tests: sys.netpfil.pf.set_tos.v6 fails in CI
    
    sys.netpfil.pf.set_tos.v6 has been failing for a while in CI now.  File
    a bug and disable.
    
    PR:             260459
    Sponsored by:   Netflix
---
 tests/sys/netpfil/pf/set_tos.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/sys/netpfil/pf/set_tos.sh b/tests/sys/netpfil/pf/set_tos.sh
index 2dbca54a1ee9..ed32fd7b7b09 100644
--- a/tests/sys/netpfil/pf/set_tos.sh
+++ b/tests/sys/netpfil/pf/set_tos.sh
@@ -130,6 +130,10 @@ v6_body()
 {
 	pft_init
 
+	if [ "$(atf_config_get ci false)" = "true" ]; then
+            atf_skip "https://bugs.freebsd.org/260459"
+	fi
+
 	epair=$(vnet_mkepair)
 	ifconfig ${epair}a inet6 add 2001:db8:192::1
 	vnet_mkjail alcatraz ${epair}b