Skip to content

Commit 61d7287

Browse files
committedAug 30, 2011
Disable LDAP tests until we get the test LDAP server back up and running.
1 parent 36f818e commit 61d7287

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎t/Auth/LDAP.t

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ use WebGUI::Session;
2222
use Test::Deep;
2323
use Scope::Guard;
2424

25+
#----------------------------------------------------------------------------
26+
# Tests
27+
28+
#plan tests => 9; # Increment this number for each test you create
29+
plan skip_all => 'Test server for LDAP down'; # Increment this number for each test you create
30+
2531
#----------------------------------------------------------------------------
2632
# Init
2733
my $session = WebGUI::Test->session;
@@ -43,11 +49,6 @@ $ldapGroup->set( "ldapGroupProperty", "member" );
4349
$ldapGroup->set( "ldapRecursiveProperty", "uid" );
4450
addToCleanup($ldapGroup);
4551

46-
#----------------------------------------------------------------------------
47-
# Tests
48-
49-
plan tests => 9; # Increment this number for each test you create
50-
5152
#----------------------------------------------------------------------------
5253
# Test Login of existing user
5354
my $user = WebGUI::User->create( $session );

0 commit comments

Comments
 (0)