Skip to content

Commit b1ccc97

Browse files
committed
also just works
1 parent fd845e6 commit b1ccc97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/e2e-tests/test/e2e-direct.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ describe('e2e direct connection', function () {
193193
expect(await shell.executeLine('show dbs')).to.include('admin');
194194
});
195195

196-
// TODO: port to the new autocomplete
197196
it('autocompletes collection names', async function () {
198197
if (process.arch === 's390x') {
199198
return this.skip(); // https://jira.mongodb.org/browse/MONGOSH-746

0 commit comments

Comments
 (0)