openldap: skip flaky test

For some reason, it's exceptionally flaky on i686 specifically,
but it is _also_ flaky on more normal targets.
This commit is contained in:
K900
2025-04-05 21:27:42 +03:00
parent c8d6c3070a
commit 5f81218423
+3
View File
@@ -120,6 +120,9 @@ stdenv.mkDerivation rec {
--replace "/bin/rm" "rm"
# skip flaky tests
# https://bugs.openldap.org/show_bug.cgi?id=8623
rm -f tests/scripts/test022-ppolicy
rm -f tests/scripts/test063-delta-multiprovider
# https://bugs.openldap.org/show_bug.cgi?id=10009