diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index 50993c3eea..02988ed83c 100644 --- a/gnu/packages/nss.scm +++ b/gnu/packages/nss.scm @@ -404,7 +404,7 @@ (define-public nsncd (build-system cargo-build-system) (arguments `(#:cargo-test-flags - '("--release" "--" + '("--" ;; These tests fail with the current builder network setup "--skip=ffi::test_gethostbyaddr_r" "--skip=ffi::test_gethostbyname2_r"