git: 86e87c3bd1b3 - main - Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Nov 2023 21:01:03 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=86e87c3bd1b377242aafe7e2222ae17ca0be96d9 commit 86e87c3bd1b377242aafe7e2222ae17ca0be96d9 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2023-11-06 20:59:24 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-11-06 20:59:24 +0000 Skip sys.netinet6.frag6.frag6_19.frag6_19 in CI This test case is unreliable in CI environment. PR: 274941 Sponsored by: The FreeBSD Foundation --- tests/sys/netinet6/frag6/frag6_19.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sys/netinet6/frag6/frag6_19.sh b/tests/sys/netinet6/frag6/frag6_19.sh index 34095ed74f7a..187876c4c2bc 100755 --- a/tests/sys/netinet6/frag6/frag6_19.sh +++ b/tests/sys/netinet6/frag6/frag6_19.sh @@ -207,6 +207,9 @@ frag6_19_head() { } frag6_19_body() { + if [ "$(atf_config_get ci false)" = "true" ]; then + atf_skip "https://bugs.freebsd.org/274941" + fi frag6_body 19 frag6_19_check_stats }