diff options
-rw-r--r-- | jstests/noPassthroughWithMongod/indexbg_interrupts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js index 7289de6f25b..a82c7eca8e8 100644 --- a/jstests/noPassthroughWithMongod/indexbg_interrupts.js +++ b/jstests/noPassthroughWithMongod/indexbg_interrupts.js @@ -55,7 +55,7 @@ var dropAction = [ {dropIndexes: collection, index: "i_1"}, {drop: collection}, {dropDatabase: 1 }, - {convertToCapped: collection, size: 20000} + // {convertToCapped: collection, size: 20000} // Re-enable for SERVER-19910 after WT-2042. ]; |