Skip to content

Commit 7c00513

Browse files
committed
SERVER-11132 skip geo_update_btree.js during parallel
1 parent cc3c80c commit 7c00513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mongo/shell/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ if ( typeof _threadInject != "undefined" ){
228228
"jstests/connections_opened.js", // counts connections, globally
229229
"jstests/opcounters.js",
230230
"jstests/currentop.js", // SERVER-8673, plus rwlock yielding issues
231-
"jstests/set_param1.js" // changes global state
231+
"jstests/set_param1.js", // changes global state
232+
"jstests/geo_update_btree.js" // SERVER-11132 test disables table scans
232233
] );
233234

234235
// some tests can't be run in parallel with each other

0 commit comments

Comments
 (0)