Skip to content

Commit 3156205

Browse files
committed
Enable reactive errorPropagationAfterEncounteringMultipleErrorsCase3
1 parent 68fdf37 commit 3156205

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/RetryableWritesProseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ void errorPropagationAfterEncounteringMultipleErrorsCase2() throws Exception {
9696
* Case 3: Test that drivers return the correct error when receiving some errors with NoWritesPerformed and some without NoWritesPerformed</a>.
9797
*/
9898
@Test
99-
@Disabled("TODO-BACKPRESSURE Valentin Enable when implementing JAVA-6055, fails on MongoDB 6.0")
10099
void errorPropagationAfterEncounteringMultipleErrorsCase3() throws Exception {
101100
com.mongodb.client.RetryableWritesProseTest.errorPropagationAfterEncounteringMultipleErrorsCase3(SyncMongoClient::new);
102101
}

0 commit comments

Comments
 (0)