Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Apr 8, 2024
1 parent 27a12ef commit 570df04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestMain(m *testing.M) {

func skipk8s(t *testing.T) {
// TODO Check against the kubectl cli equivalent?
if os.Getenv("K8S") == "" {
if os.Getenv("FINKCTL_UTEST_K8S") == "" {
t.Skip("Skipping Kubernetes tests")
}
}
Expand Down

0 comments on commit 570df04

Please sign in to comment.