Skip to content

Commit 33d6017

Browse files
committed
Disable event listener test in reactive streams driver
This test fails intermittently in continuous integration tests. It's not clear why but it doesn't appear likely to be a bug in the driver that is causing the failure, but rather in the test expectations. As the same test succeeds consistently in the sync driver, disabling the reactive streams-base one for now until we have time to more fully investigate. JAVA-3967
1 parent cf988b5 commit 33d6017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/MongoClientListenerRegistrationSpecification.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ import com.mongodb.event.ServerListener
2323
import com.mongodb.event.ServerMonitorListener
2424
import org.bson.Document
2525
import reactor.core.publisher.Mono
26+
import spock.lang.Ignore
2627

2728
import java.util.concurrent.TimeUnit
2829

2930
import static com.mongodb.ClusterFixture.TIMEOUT_DURATION
3031

3132
class MongoClientListenerRegistrationSpecification extends FunctionalSpecification {
3233

34+
@Ignore
3335
def 'should register event listeners'() {
3436
given:
3537
def clusterListener = Mock(ClusterListener) {

0 commit comments

Comments
 (0)