openiscsi: drop multipath test

+1 -1
+1 -1
pkgs/os-specific/linux/open-iscsi/default.nix
··· 55 55 "-Ddbroot=/etc/iscsi" 56 56 ]; 57 57 58 - passthru.tests = { inherit (nixosTests) iscsi-root iscsi-multipath-root; }; 58 + passthru.tests = { inherit (nixosTests) iscsi-root; }; 59 59 60 60 meta = with lib; { 61 61 description = "A high performance, transport independent, multi-platform implementation of RFC3720";