Skip to content

Commit

Permalink
Add Kubernetes tags to the persistent volume tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisoz committed May 8, 2023
1 parent 1b49c6f commit 4582cfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/k8s/persistent_volume_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build kubeall || kubernetes
// +build kubeall kubernetes

// NOTE: we have build tags to differentiate kubernetes tests from non-kubernetes tests. This is done because minikube
// is heavy and can interfere with docker related tests in terratest. Specifically, many of the tests start to fail with
// `connection refused` errors from `minikube`. To avoid overloading the system, we run the kubernetes tests and helm
Expand Down

0 comments on commit 4582cfd

Please sign in to comment.