Skip to content

Commit

Permalink
Update x/mongo/driver/operation/hello_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Qingyang Hu <103950869+qingyang-hu@users.noreply.github.com>
  • Loading branch information
blink1073 and qingyang-hu authored Dec 14, 2023
1 parent 33f5212 commit c01cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/operation/hello_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func TestAppendClientDriver(t *testing.T) {
func TestAppendClientEnv(t *testing.T) {
clearTestEnv(t)

if len(os.Getenv("DOCKER_RUNNING")) > 0 {
if os.Getenv("DOCKER_RUNNING") != "" {
t.Skip("These tests gives different results when run in Docker due to extra environment data.")
}

Expand Down

0 comments on commit c01cf6e

Please sign in to comment.