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
49
49
import org.bson.Document
50
50
import org.bson.codecs.BsonDocumentCodec
51
51
import org.bson.codecs.DocumentCodec
52
+ import spock.lang.Ignore
52
53
import spock.lang.IgnoreIf
53
54
54
55
import static com.mongodb.ClusterFixture.collectCursorResults
@@ -418,7 +419,8 @@ class AggregateOperationSpecification extends OperationFunctionalSpecification {
418
419
async << [true , false ]
419
420
}
420
421
421
- @IgnoreIf ({ isSharded() || !serverVersionAtLeast(3 , 2 ) })
422
+ // @IgnoreIf({ isSharded() || !serverVersionAtLeast(3, 2) })
423
+ @Ignore
422
424
def ' should be able to respect maxAwaitTime with pipeline' () {
423
425
given :
424
426
enableMaxTimeFailPoint()
You can’t perform that action at this time.
0 commit comments