[lemonldap-ng] 02/04: Disable captcha test due to #875627

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Sep 12 19:43:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit e8133c414f75299a6032b982991cd28d1ba3162b
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Sep 12 21:38:54 2017 +0200

    Disable captcha test due to #875627
---
 debian/patches/disable-captcha-test.patch | 15 +++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/disable-captcha-test.patch b/debian/patches/disable-captcha-test.patch
new file mode 100644
index 0000000..4ba4da5
--- /dev/null
+++ b/debian/patches/disable-captcha-test.patch
@@ -0,0 +1,15 @@
+Description: Disable Captcha test
+ Authen::Captcha fails randomly, so this test fails.
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug-Debian: https://bugs.debian.org/875627
+Forwarded: https://bugs.debian.org/875627
+Last-Update: 2017-09-12
+
+--- lemonldap-ng-1.9.12.orig/lemonldap-ng-portal/t/66-Lemonldap-NG-Portal-Captcha.t
++++ lemonldap-ng-1.9.12/lemonldap-ng-portal/t/66-Lemonldap-NG-Portal-Captcha.t
+@@ -1,4 +1,4 @@
+-use Test::More tests => 5;
++use Test::More skip_all => 'Disable due to Authen::Captcha bug (#875627)'
+ 
+ BEGIN {
+     use_ok("Lemonldap::NG::Portal::Simple");
diff --git a/debian/patches/series b/debian/patches/series
index 661cd37..2dc2c2b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ javascript-path.patch
 avoid-modify-sources.patch
 replace-mouse-by-moose.patch
 Avoid-developer-tests.patch
+disable-captcha-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list