tests/aio: Avoid skipping zvol tests

The underlying bugs which caused them to be flaky are now fixed.

PR:		258766
This commit is contained in:
Mark Johnston
2026-04-20 16:16:28 +00:00
parent 91f03cde66
commit 9592b0870c
-5
View File
@@ -1933,9 +1933,6 @@ ATF_TC_BODY(vectored_unaligned, tc)
ssize_t len, total_len;
int fd;
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/258766");
ATF_REQUIRE_UNSAFE_AIO();
/*
@@ -2026,8 +2023,6 @@ ATF_TC_HEAD(vectored_zvol_poll, tc)
}
ATF_TC_BODY(vectored_zvol_poll, tc)
{
if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
atf_tc_skip("https://bugs.freebsd.org/258766");
aio_zvol_test(poll, NULL, true, atf_tc_get_ident(tc));
}
ATF_TC_CLEANUP(vectored_zvol_poll, tc)