Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func skipOnK8S(t *testing.T) {
}

func isK8S() bool {
return os.Getenv("TEST_MODE") == "k8s"
return os.Getenv("TEST_MODE_K8S") == "k8s"
}

// skipBetweenVersion skips the test if the current server version is less than
Expand Down