Skip to content

Commit

Permalink
disable LDAP tests; the ldap image is broken due to CentOS EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 31, 2024
1 parent 3bfdc20 commit bb78498
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test: testlocal testintegration

testlocal: testunit testapi

testunit: composer rmTestDb upTestDb broker ldapload yiimigratetestDb
testunit: composer rmTestDb upTestDb broker yiimigratetestDb
docker-compose run --rm unittest

testapi: upTestDb yiimigratetestDb
Expand Down
2 changes: 1 addition & 1 deletion actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- db
- zxcvbn
- broker
- ldapload
# - ldapload
environment:
MYSQL_HOST: db
MYSQL_DATABASE: test
Expand Down
3 changes: 3 additions & 0 deletions application/tests/unit/common/components/LdapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ public function testSetPasswordWithoutSpecifyingMatchingAttributeAndValue()
*/
public function getClient()
{
// FIXME (IDP-1156)
$this->markTestSkipped('ldap image is broken due to CentOS EOL');

$ldap = new Ldap();
$ldap->host = 'ldap';
$ldap->port = 389;
Expand Down

0 comments on commit bb78498

Please sign in to comment.