summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-11-23 07:46:59 +0100
committerByron Jones <glob@mozilla.com>2015-11-23 07:46:59 +0100
commit14bb07ab010b0e38e6afb6d1f7976819477f396b (patch)
tree02e0b79301396a628ba609d9bfd5d05f4b55a2ff /t
parent94800e1e2badeb0d10960cad12ca595e649674d6 (diff)
downloadbugzilla-14bb07ab010b0e38e6afb6d1f7976819477f396b.tar.gz
bugzilla-14bb07ab010b0e38e6afb6d1f7976819477f396b.tar.xz
Bug 1225366 - allow duo authentication for users already enrolled with duo
Diffstat (limited to 't')
-rw-r--r--t/Support/Files.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Support/Files.pm b/t/Support/Files.pm
index 49bfdb8e8..00e0efd34 100644
--- a/t/Support/Files.pm
+++ b/t/Support/Files.pm
@@ -28,6 +28,7 @@ use Bugzilla;
use File::Find;
use constant IGNORE => qw(
+ Bugzilla/DuoAPI.pm
Bugzilla/DuoWeb.pm
);