openiscsi: drop multipath test

This commit is contained in:
Weijia Wang 2023-07-06 13:33:44 +03:00
parent 457600c552
commit e4d1cba3b6

View File

@ -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";