Skip to content

Commit

Permalink
try another skip
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 26, 2023
1 parent 1100ecc commit 4c8b29e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mongo/integration/handshake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ import (
"go.mongodb.org/mongo-driver/mongo/integration/mtest"
"go.mongodb.org/mongo-driver/version"
"go.mongodb.org/mongo-driver/x/bsonx/bsoncore"
"go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt"
)

func TestHandshakeProse(t *testing.T) {
mt := mtest.New(t)

if len(mongocrypt.Version()) == 0 {
t.Skip("Not built with cse flag")
if len(os.Getenv("DOCKER_RUNNING")) > 0 {
t.Skip("These tests gives different results when run in Docker due to extra environment data.")
}

opts := mtest.NewOptions().
Expand Down

0 comments on commit 4c8b29e

Please sign in to comment.