git: 2f8a6bb08744 - main - divert tests: Stop skipping ipdivert_ip6_output_remote_success
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jan 2025 19:04:24 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2f8a6bb0874490bec20f383edeac4c304913eea2 commit 2f8a6bb0874490bec20f383edeac4c304913eea2 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-01-23 19:03:29 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-01-23 19:03:29 +0000 divert tests: Stop skipping ipdivert_ip6_output_remote_success It passes after commit ce52baebd3b3 ("icmp6: Fix ICMP6 message type counters"). PR: 279975 Sponsored by: Klara, Inc. --- tests/sys/netinet6/divert.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/sys/netinet6/divert.sh b/tests/sys/netinet6/divert.sh index 3517c0f1777f..788f539dfe9a 100755 --- a/tests/sys/netinet6/divert.sh +++ b/tests/sys/netinet6/divert.sh @@ -45,11 +45,6 @@ ipdivert_ip6_output_remote_success_head() { } ipdivert_ip6_output_remote_success_body() { - - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/279975" - fi - ids=65530 id=`printf "%x" ${ids}` if [ $$ -gt 65535 ]; then