diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-01-07 17:49:49 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-01-07 17:49:49 +0000 |
| commit | 061838233a7c509d7b14a7469fa1362d3cbc1be0 (patch) | |
| tree | de9a2263ce37d6fd617b5351fbf47d0f3b74be7e /tests | |
| parent | f09369be0261ec9cfff72796e59fee735eaa1069 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/sys/geom/class/multipath/failloop.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sys/geom/class/multipath/failloop.sh b/tests/sys/geom/class/multipath/failloop.sh index 7a0cd5f352fcd..f9a1417ae37ff 100755 --- a/tests/sys/geom/class/multipath/failloop.sh +++ b/tests/sys/geom/class/multipath/failloop.sh @@ -36,11 +36,6 @@ failloop_head() } failloop_body() { - if [ "$(atf_config_get ci false)" = "true" ] && \ - [ "$(uname -p)" = "i386" ]; then - atf_skip "https://bugs.freebsd.org/242689" - fi - sysctl -n kern.geom.notaste > kern.geom.notaste.txt load_gnop load_gmultipath |
