Skip to content

Commit 68fdf37

Browse files
committed
Enable errorPropagationAfterEncounteringMultipleErrorsCase3
1 parent 4b9a565 commit 68fdf37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

driver-sync/src/test/functional/com/mongodb/client/RetryableWritesProseTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ public static void errorPropagationAfterEncounteringMultipleErrorsCase2(final Fu
431431
* Case 3: Test that drivers return the correct error when receiving some errors with NoWritesPerformed and some without NoWritesPerformed</a>.
432432
*/
433433
@Test
434-
@Disabled("TODO-BACKPRESSURE Valentin Enable when implementing JAVA-6055, fails on MongoDB 6.0")
435434
void errorPropagationAfterEncounteringMultipleErrorsCase3() throws Exception {
436435
errorPropagationAfterEncounteringMultipleErrorsCase3(MongoClients::create);
437436
}

0 commit comments

Comments
 (0)