Skip tjhe LDAP unit test.

pull/11156/head
maliming 4 years ago
parent 38fa800afe
commit 63b6dbd5a2
No known key found for this signature in database
GPG Key ID: 096224957E51C89E

@ -22,7 +22,7 @@ public class LdapManager_Tests : AbpIntegratedTest<AbpLdapTestModule>
options.UseAutofac();
}
[Fact]
[Fact(Skip = "Required Ldap environment")]
public async Task AuthenticateAsync()
{
(await _ldapManager.AuthenticateAsync("cn=admin,dc=abp,dc=io", "123qwe")).ShouldBe(true);

Loading…
Cancel
Save