openiscsi: drop multipath test
This commit is contained in:
parent
457600c552
commit
e4d1cba3b6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
|||
"-Ddbroot=/etc/iscsi"
|
||||
];
|
||||
|
||||
passthru.tests = { inherit (nixosTests) iscsi-root iscsi-multipath-root; };
|
||||
passthru.tests = { inherit (nixosTests) iscsi-root; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "A high performance, transport independent, multi-platform implementation of RFC3720";
|
||||
|
|
Loading…
Reference in a new issue