Merge pull request #173887 from NickCao/hydra-fix

hydra_unstable: temporarily remove flaky ldap test
This commit is contained in:
Rick van Schijndel 2022-05-21 16:59:49 +02:00 committed by GitHub
commit cd33581e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,8 @@ stdenv.mkDerivation rec {
export LOGNAME=''${LOGNAME:-foo}
# set $HOME for bzr so it can create its trace file
export HOME=$(mktemp -d)
# remove flaky test
rm t/Hydra/Controller/User/ldap-legacy.t
'';
postInstall = ''