File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ use WebGUI::Session;
22
22
use Test::Deep;
23
23
use Scope::Guard;
24
24
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
+
25
31
# ----------------------------------------------------------------------------
26
32
# Init
27
33
my $session = WebGUI::Test-> session;
@@ -43,11 +49,6 @@ $ldapGroup->set( "ldapGroupProperty", "member" );
43
49
$ldapGroup -> set( " ldapRecursiveProperty" , " uid" );
44
50
addToCleanup($ldapGroup );
45
51
46
- # ----------------------------------------------------------------------------
47
- # Tests
48
-
49
- plan tests => 9; # Increment this number for each test you create
50
-
51
52
# ----------------------------------------------------------------------------
52
53
# Test Login of existing user
53
54
my $user = WebGUI::User-> create( $session );
You can’t perform that action at this time.
0 commit comments