Disable U2F

environments/ppa-mbqj77/deployments/257
Christophe Maudoux 7 years ago
parent c0d6b25022
commit cdda055c7b
  1. 7
      lemonldap-ng-portal/t/75-2F-Registers.t

@ -12,11 +12,6 @@ SKIP: {
skip 'Convert::Base32 is missing', $maintests;
}
eval { require Crypt::U2F::Server; require Authen::U2F::Tester };
if ( $@ or $Crypt::U2F::Server::VERSION < 0.42 ) {
skip 'Missing libraries', $maintests;
}
require Lemonldap::NG::Common::TOTP;
my $client = LLNG::Manager::Test->new(
@ -26,7 +21,7 @@ SKIP: {
totp2fSelfRegistration => 1,
totp2fActivation => 1,
u2fSelfRegistration => 1,
u2fActivation => 1,
u2fActivation => 0,
}
}
);

Loading…
Cancel
Save