diff options
author | Byron Jones <glob@mozilla.com> | 2015-11-23 07:46:59 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-11-23 07:46:59 +0100 |
commit | 14bb07ab010b0e38e6afb6d1f7976819477f396b (patch) | |
tree | 02e0b79301396a628ba609d9bfd5d05f4b55a2ff /t | |
parent | 94800e1e2badeb0d10960cad12ca595e649674d6 (diff) | |
download | bugzilla-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.pm | 1 |
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 ); |