Skip to content

Commit

Permalink
fixtest
Browse files Browse the repository at this point in the history
  • Loading branch information
FireDefend committed May 31, 2024
1 parent c4884c3 commit 401851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pkg/apis/v1alpha1/providers/states/k8s/k8s_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func TestCatalogFieldFilter(t *testing.T) {
}

func TestCatalogStatusFilter(t *testing.T) {
testK8s := "true"
testK8s := os.Getenv("TEST_K8S_STATE")
if testK8s == "" {
t.Skip("Skipping because TEST_K8S_STATE enviornment variable is not set")
}
Expand Down

0 comments on commit 401851c

Please sign in to comment.