Skip to content

Commit ed86661

Browse files
committed
cross-seed: Remove broken test.
This test has always been broken. The fix is not obvious, there was an attempt to set up mount namespaces, but this will fail if the output directory doesn't exist. In the default configuration it will fail because the directory doesn't exist until cross-seed runs the first time. This points at a real issue with the module that should be addressed. But for now let's remove the broken test, then we can add it back in working condition. Original PR: #383409
1 parent cdab07a commit ed86661

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

nixos/tests/all-tests.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ in {
253253
curl-impersonate = handleTest ./curl-impersonate.nix {};
254254
custom-ca = handleTest ./custom-ca.nix {};
255255
croc = handleTest ./croc.nix {};
256-
cross-seed = runTest ./cross-seed.nix;
257256
cyrus-imap = runTest ./cyrus-imap.nix;
258257
darling = handleTest ./darling.nix {};
259258
darling-dmg = runTest ./darling-dmg.nix;

nixos/tests/cross-seed.nix

Lines changed: 0 additions & 43 deletions
This file was deleted.

pkgs/by-name/cr/cross-seed/package.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
buildNpmPackage,
44
fetchFromGitHub,
5-
nixosTests,
65
}:
76

87
buildNpmPackage rec {
@@ -18,8 +17,6 @@ buildNpmPackage rec {
1817

1918
npmDepsHash = "sha256-hqQi0kSPm9SKEoLu6InvRMPxbQ+CBpKVPJhhOdo2ZII=";
2019

21-
passthru.tests.cross-seed = nixosTests.cross-seed;
22-
2320
meta = {
2421
description = "Fully-automatic torrent cross-seeding with Torznab";
2522
homepage = "https://cross-seed.org";

0 commit comments

Comments
 (0)