Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2022 15:43:33 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: d7412bcac8a9 - main - gmultipath tests: Re-enable the failloop test in CI
Message-ID:  <202203071543.227FhX3B048451@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=d7412bcac8a970542dc752f8717a38593d4192ec

commit d7412bcac8a970542dc752f8717a38593d4192ec
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-03-07 13:54:57 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-03-07 15:43:19 +0000

    gmultipath tests: Re-enable the failloop test in CI
    
    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?202203071543.227FhX3B048451>