You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ Unit tests can be run normally by cargo: `cargo test`.
18
18
End-to-end tests require a Kubernetes cluster and will install, upgrade and uninstall (except on failure) several deployments of a Vault cluster in the current `kubecontext` (namespace is set by environment variable `VAULT_MGMT_E2E_NAMESPACE`, defaulting to `vault-mgmt-e2e`). You can create the Namespace and NetworkPolicy from `e2e-preparation.yaml`.
19
19
The Pods are using `emptyDir` as storage and should not consume a PV.
20
20
The storage is not part of the tests, only the clustering and active/standby transitions.
21
-
You can run those tests by calling `cargo test --ignored` with a working `kubeconfig` and existing namespace.
21
+
You can run those tests by calling `cargo test -- --ignored` with a working `kubeconfig` and existing namespace.
0 commit comments