Skip to content

Commit 74eff54

Browse files
committed
remove unimplemented test
1 parent 75ea295 commit 74eff54

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/functional/abstract_cursor.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,4 @@ describe('AbstractCursor', function () {
124124
})
125125
);
126126
});
127-
128-
context('sessions', function () {
129-
it(
130-
'should end a session after close if the cursor owns the session',
131-
withClientV2(function (client, done) {
132-
// TBD
133-
done();
134-
})
135-
);
136-
});
137127
});

0 commit comments

Comments
 (0)