We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3c80c commit 7c00513Copy full SHA for 7c00513
src/mongo/shell/utils.js
@@ -228,7 +228,8 @@ if ( typeof _threadInject != "undefined" ){
228
"jstests/connections_opened.js", // counts connections, globally
229
"jstests/opcounters.js",
230
"jstests/currentop.js", // SERVER-8673, plus rwlock yielding issues
231
- "jstests/set_param1.js" // changes global state
+ "jstests/set_param1.js", // changes global state
232
+ "jstests/geo_update_btree.js" // SERVER-11132 test disables table scans
233
] );
234
235
// some tests can't be run in parallel with each other
0 commit comments