Skip to content

Commit 5d45a41

Browse files
committed
JAVA-2827: Temporarily disable failing test
Will change or re-enable once we determine whether the server will restore the previous behavior.
1 parent 68f3844 commit 5d45a41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

driver-core/src/test/functional/com/mongodb/operation/AggregateOperationSpecification.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ import org.bson.BsonTimestamp
4949
import org.bson.Document
5050
import org.bson.codecs.BsonDocumentCodec
5151
import org.bson.codecs.DocumentCodec
52+
import spock.lang.Ignore
5253
import spock.lang.IgnoreIf
5354

5455
import 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()

0 commit comments

Comments
 (0)