iscsi-test-cy.c: drop READ6 from the linux tests. it is obsolete

This commit is contained in:
Ronnie Sahlberg
2014-09-21 14:19:35 -07:00
parent d11e4175f7
commit ef20220ac2

View File

@@ -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 },