diff --git a/test-tool/iscsi-test-cu.c b/test-tool/iscsi-test-cu.c index d76e376..ce57f7f 100644 --- a/test-tool/iscsi-test-cu.c +++ b/test-tool/iscsi-test-cu.c @@ -550,7 +550,6 @@ static libiscsi_suite_info linux_suites[] = { { "OrWrite", NON_PGR_FUNCS, tests_orwrite }, { "Prefetch10", NON_PGR_FUNCS, tests_prefetch10 }, { "Prefetch16", NON_PGR_FUNCS, tests_prefetch16 }, - { "Read6", NON_PGR_FUNCS, tests_read6 }, { "Read10", NON_PGR_FUNCS, tests_read10 }, { "Read12", NON_PGR_FUNCS, tests_read12 }, { "Read16", NON_PGR_FUNCS, tests_read16 },