Disable LDAP testing for the time being.
This commit is contained in:
parent
61d7287ea5
commit
d76ff6ef33
3 changed files with 106 additions and 77 deletions
|
|
@ -52,7 +52,8 @@ plan tests => 9; # Increment this number for each test you create
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
{
|
||||
SKIP: {
|
||||
skip "Test LDAP server is down", 3;
|
||||
my $ldapProps = WebGUI::Test->getSmokeLDAPProps();
|
||||
$session->db->setRow('ldapLink', 'ldapLinkId', $ldapProps, $ldapProps->{ldapLinkId});
|
||||
my $ldap = WebGUI::LDAPLink->new($session, $ldapProps->{ldapLinkId});
|
||||
|
|
@ -70,7 +71,8 @@ plan tests => 9; # Increment this number for each test you create
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
{
|
||||
SKIP: {
|
||||
skip "Test LDAP server is down", 4;
|
||||
my $ldapProps = WebGUI::Test->getSmokeLDAPProps();
|
||||
$ldapProps->{identifier} = 'hadley';
|
||||
$session->db->setRow('ldapLink', 'ldapLinkId', $ldapProps, $ldapProps->{ldapLinkId});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue