Skip to content

Commit

Permalink
added a check that the client is up
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Dec 5, 2023
1 parent 2e28886 commit 6a7451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/vault/vault_namespaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// TestVault_VaultNamespace installs Vault, configures a Vault namespace, and then bootstraps it
// with secrets, policies, and Kube Auth Method.
// It then configures Consul to use vault as the backend and checks that it works
// with the vault namespace. Namespace is added in this via global.secretsBackend.vault.vaultNamespace.
// with the vault namespace. Namespace is added in this via global.secretsBackend.vault.vaultNamespace. Another change.
func TestVault_VaultNamespace(t *testing.T) {
t.Skipf("TODO(flaky): NET-5682")

Expand Down

0 comments on commit 6a7451c

Please sign in to comment.