Browse Source

Skip tjhe LDAP unit test.

pull/11156/head
maliming 4 years ago
parent
commit
63b6dbd5a2
No known key found for this signature in database GPG Key ID: 96224957E51C89E
  1. 2
      framework/test/Volo.Abp.Ldap.Tests/Volo/Abp/Ldap/LdapManager_Tests.cs

2
framework/test/Volo.Abp.Ldap.Tests/Volo/Abp/Ldap/LdapManager_Tests.cs

@ -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