Skip to content

Commit 8cb0251

Browse files
committed
SERVER-41966 update test case in disabled_test_parameters.js to use test-only server parameter
1 parent 19ea642 commit 8cb0251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstests/noPassthrough/disabled_test_parameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
assertStarts({
2828
'setParameter': {
2929
enableTestCommands: v,
30-
enableIndexBuildsCoordinatorForCreateIndexesCommand: 'false',
30+
disableIndexSpecNamespaceGeneration: 'false',
3131
},
3232
});
3333
});

0 commit comments

Comments
 (0)