Update number of tests to skip when the correct modules aren't present.
This commit is contained in:
parent
4e3fd9ed40
commit
0390d77833
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ WebGUI::Test->groupsToDelete($inboxGroup);
|
|||
$inboxGroup->addUsers([$emailUser->userId, $inboxUser->userId, $lonelyUser->userId]);
|
||||
|
||||
SKIP: {
|
||||
my $numtests = 3; # Number of tests in this block
|
||||
my $numtests = 1; # Number of tests in this block
|
||||
|
||||
# Must be able to write the config, or we'll die
|
||||
skip "Cannot test email notifications", $numtests unless $smtpServerOk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue