Skip to content

Commit 049cb44

Browse files
committed
disable ldap tests
Signed-off-by: Drew Mullen <drew.mullen@hashicorp.com>
1 parent f7deeb8 commit 049cb44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spring-cloud-vault-config-ldap/src/test/java/org/springframework/cloud/vault/config/ldap/LdapSecretIntegrationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.Map;
2020

2121
import org.junit.jupiter.api.BeforeEach;
22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324

2425
import org.springframework.cloud.vault.config.VaultConfigOperations;
@@ -40,6 +41,7 @@
4041
*
4142
* @author Drew Mullen
4243
*/
44+
@Disabled
4345
public class LdapSecretIntegrationTests extends IntegrationTestSupport {
4446

4547
private VaultProperties vaultProperties = Settings.createVaultProperties();

0 commit comments

Comments
 (0)