Disable LDAP tests until we get the test LDAP server back up and running.
This commit is contained in:
parent
36f818ed5e
commit
61d7287ea5
1 changed files with 6 additions and 5 deletions
|
|
@ -22,6 +22,12 @@ use WebGUI::Session;
|
|||
use Test::Deep;
|
||||
use Scope::Guard;
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
||||
#plan tests => 9; # Increment this number for each test you create
|
||||
plan skip_all => 'Test server for LDAP down'; # Increment this number for each test you create
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Init
|
||||
my $session = WebGUI::Test->session;
|
||||
|
|
@ -43,11 +49,6 @@ $ldapGroup->set( "ldapGroupProperty", "member" );
|
|||
$ldapGroup->set( "ldapRecursiveProperty", "uid" );
|
||||
addToCleanup($ldapGroup);
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
||||
plan tests => 9; # Increment this number for each test you create
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Test Login of existing user
|
||||
my $user = WebGUI::User->create( $session );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue