summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2015-10-30 18:14:47 -0400
committerDan Pasette <dan@mongodb.com>2015-10-30 18:15:33 -0400
commitc63c7ccf20e00faf13661c2515034eb8a82b751b (patch)
treed248c117d78e4557d43e096cf6e890adf0811ccd /jstests
parent4746f384d9484f1a7b78524717cbdcafb30c9df6 (diff)
downloadmongo-c63c7ccf20e00faf13661c2515034eb8a82b751b.tar.gz
SERVER-19910 Re-enable convertToCapped test
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_interrupts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_interrupts.js b/jstests/noPassthroughWithMongod/indexbg_interrupts.js
index a82c7eca8e8..7289de6f25b 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} // Re-enable for SERVER-19910 after WT-2042.
+ {convertToCapped: collection, size: 20000}
];