We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc5a0a commit a948f05Copy full SHA for a948f05
test/client_test.go
@@ -61,7 +61,7 @@ func skipOnK8S(t *testing.T) {
61
}
62
63
func isK8S() bool {
64
- return os.Getenv("TEST_MODE") == "k8s"
+ return os.Getenv("TEST_MODE_K8S") == "k8s"
65
66
67
// skipBetweenVersion skips the test if the current server version is less than
0 commit comments