Skip to content

Commit b1c0c2a

Browse files
W-A-Jamesnbbeeken
andauthored
Update test/integration/read-write-concern/write_concern.test.ts
Co-authored-by: Neal Beeken <[email protected]>
1 parent c5050a8 commit b1c0c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/read-write-concern/write_concern.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('Write Concern', function () {
4747

4848
after(() => mock.cleanup());
4949

50-
// TODO: NODE-3816
50+
// TODO(NODE-3816): the mock server response is looking for writeConcern on all messages, but endSessions doesn't have it
5151
it.skip('should pipe writeConcern from client down to API call', function () {
5252
server.setMessageHandler(request => {
5353
if (request.document && request.document[LEGACY_HELLO_COMMAND]) {

0 commit comments

Comments
 (0)