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 8a983e6 commit 8f0ca5bCopy full SHA for 8f0ca5b
framework/components/jd/jd_test.go
@@ -14,7 +14,7 @@ import (
14
// here we only test that we can boot up JD
15
// client examples are under "examples" dir
16
// since JD is private this env var should be set locally and in CI
17
-func TestJD(t *testing.T) {
+func TestComponentDockerJD(t *testing.T) {
18
err := framework.DefaultNetwork(&sync.Once{})
19
require.NoError(t, err)
20
pgOut, err := postgres.NewPostgreSQL(&postgres.Input{
0 commit comments