Skip to content

Commit

Permalink
Enable the test fixed by this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tatankat committed Jan 23, 2023
1 parent f2f9909 commit 0793c51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/Plugin/Authentication/Ldap/LdapPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ public function testOnUserAuthenticateAnonymousSearchTLS()
*/
public function testOnUserAuthenticateAnonymousSearchSSL()
{
$this->markTestSkipped("Fix provided in PR #37962");

$options = $this->default_options;
$options["auth_method"] = "search";
$options["users_dn"] = "";
Expand Down

0 comments on commit 0793c51

Please sign in to comment.