diff options
Diffstat (limited to 'jstests/noPassthrough/change_stream_error_label.js')
| -rw-r--r-- | jstests/noPassthrough/change_stream_error_label.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/noPassthrough/change_stream_error_label.js b/jstests/noPassthrough/change_stream_error_label.js index a14c25101fe..a8feadd1714 100644 --- a/jstests/noPassthrough/change_stream_error_label.js +++ b/jstests/noPassthrough/change_stream_error_label.js @@ -64,8 +64,6 @@ function testFailGetMoreAfterCursorCheckoutFailpoint({errorCode, expectedLabel}) testFailGetMoreAfterCursorCheckoutFailpoint( {errorCode: ErrorCodes.ShutdownInProgress, expectedLabel: true}); testFailGetMoreAfterCursorCheckoutFailpoint( - {errorCode: ErrorCodes.ReadConcernMajorityNotAvailableYet, expectedLabel: true}); -testFailGetMoreAfterCursorCheckoutFailpoint( {errorCode: ErrorCodes.FailedToParse, expectedLabel: false}); rst.stopSet(); |
