Skip to content

Commit e5975fb

Browse files
authored
Try to work around flaky mongo tests (#13937)
1 parent 892b398 commit e5975fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/mongo/mongo-4.0/javaagent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ dependencies {
1616

1717
library("org.mongodb:mongodb-driver-core:4.0.0")
1818

19+
// using 4.0.1 in tests to work around https://jira.mongodb.org/browse/JAVA-3647
20+
testLibrary("org.mongodb:mongodb-driver-core:4.0.1")
1921
testLibrary("org.mongodb:mongodb-driver-sync:4.0.0")
2022
testLibrary("org.mongodb:mongodb-driver-reactivestreams:4.0.0")
2123

0 commit comments

Comments
 (0)