You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(shell-api): do not test validate command background option MONGOSH-1664 (#1799)
It turns out that actually testing that this option works on latest-alpha
builds of the server is pretty tricky. Since we do not actually touch the
options in any way in mongosh and just pass them through to the server,
it should be okay to drop this test.
0 commit comments