File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
driver-core/src/test/functional/com/mongodb/operation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ import org.bson.BsonTimestamp
4949import org.bson.Document
5050import org.bson.codecs.BsonDocumentCodec
5151import org.bson.codecs.DocumentCodec
52+ import spock.lang.Ignore
5253import spock.lang.IgnoreIf
5354
5455import static com.mongodb.ClusterFixture.collectCursorResults
@@ -418,7 +419,8 @@ class AggregateOperationSpecification extends OperationFunctionalSpecification {
418419 async << [true , false ]
419420 }
420421
421- @IgnoreIf ({ isSharded() || !serverVersionAtLeast(3 , 2 ) })
422+ // @IgnoreIf({ isSharded() || !serverVersionAtLeast(3, 2) })
423+ @Ignore
422424 def ' should be able to respect maxAwaitTime with pipeline' () {
423425 given :
424426 enableMaxTimeFailPoint()
You can’t perform that action at this time.
0 commit comments