diff --git a/pkgs/by-name/op/openldap/package.nix b/pkgs/by-name/op/openldap/package.nix index e40648724340..c87e6c2e75a5 100644 --- a/pkgs/by-name/op/openldap/package.nix +++ b/pkgs/by-name/op/openldap/package.nix @@ -128,6 +128,10 @@ stdenv.mkDerivation (finalAttrs: { # can probably be re-added once https://github.com/cyrusimap/cyrus-sasl/pull/772 # has made it to a release rm -f tests/scripts/test076-authid-rewrite + '' + # FIXME: revert after this gets unconditional above (on staging* branch) + + lib.optionalString stdenv.hostPlatform.isi686 '' + rm -f tests/scripts/test*-sync* ''; doCheck = true;