Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
e9d97ea0
Commit
e9d97ea0
authored
Nov 07, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable kerberos field test (#707)
parent
c6137d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lemonldap-ng-portal/t/24-AuthKerberos.t
lemonldap-ng-portal/t/24-AuthKerberos.t
+4
-1
No files found.
lemonldap-ng-portal/t/24-AuthKerberos.t
View file @
e9d97ea0
...
...
@@ -46,7 +46,10 @@ SKIP: {
);
ok
(
$res
=
$client
->
_get
(
'
/
',
accept
=>
'
text/html
'
),
'
First access with JS
'
);
expectForm
(
$res
,
'
#
',
undef
,
'
kerberos
'
);
# Disabled for now
#expectForm( $res, '#', undef, 'kerberos' );
expectForm
(
$res
);
ok
(
$res
->
[
2
]
->
[
0
]
=~
/kerberos\.(?:min\.)?js/
,
'
Get Kerberos javascript
'
);
ok
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment