Navigation Menu

Skip to content

Commit

Permalink
Disable LDAP tests until we get the test LDAP server back up and runn…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
perlDreamer committed Aug 30, 2011
1 parent 36f818e commit 61d7287
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions t/Auth/LDAP.t
Expand Up @@ -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;
Expand All @@ -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 );
Expand Down

0 comments on commit 61d7287

Please sign in to comment.