Remove instructions for kubernetes tests from docs

This commit is contained in:
Mark Sagi-Kazar 2019-12-18 17:03:46 +01:00
parent e0c58d5449
commit 3fb85ab009
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A

View file

@ -1,21 +1,5 @@
# Running integration tests
## Kubernetes
Kubernetes tests run against a Kubernetes API server, and are enabled by the `DEX_KUBECONFIG` environment variable:
```
$ export DEX_KUBECONFIG=~/.kube/config
$ go test -v -i ./storage/kubernetes
$ go test -v ./storage/kubernetes
```
These tests can be executed locally using docker by running the following script:
```
$ ./scripts/test-k8s.sh
```
## Postgres
Running database tests locally requires: