Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 16:28:34 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 69f7649b7148 - main - gmultipath tests: Re-enable the failloop test in CI
Message-ID:  <202110041628.194GSYE3022980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=69f7649b7148f9e1e331da8f4a9748c55a2b6ce3

commit 69f7649b7148f9e1e331da8f4a9748c55a2b6ce3
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-10-04 16:24:29 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-10-04 16:28:27 +0000

    gmultipath tests: Re-enable the failloop test in CI
    
    PR:             258763
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
---
 tests/sys/geom/class/multipath/failloop.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/sys/geom/class/multipath/failloop.sh b/tests/sys/geom/class/multipath/failloop.sh
index 48006d6b10da..0f0202bb8b01 100755
--- a/tests/sys/geom/class/multipath/failloop.sh
+++ b/tests/sys/geom/class/multipath/failloop.sh
@@ -36,10 +36,6 @@ failloop_head()
 }
 failloop_body()
 {
-	if [ "$(atf_config_get ci false)" = "true" ]; then
-		atf_skip "https://bugs.freebsd.org/258763"
-	fi
-
 	sysctl -n kern.geom.notaste > kern.geom.notaste.txt
 	load_gnop
 	load_gmultipath



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110041628.194GSYE3022980>