diff options
author | Alberto Lerner <alerner@10gen.com> | 2010-10-19 21:53:58 -0400 |
---|---|---|
committer | Alberto Lerner <alerner@10gen.com> | 2010-10-19 21:53:58 -0400 |
commit | 515192a80636a026db86264fa9fce0b1fc53e957 (patch) | |
tree | 30f2300a20e41f308eb1e170568b0c2ce664d3c3 /jstests/cursora.js | |
parent | dc650dbe374f786c27dca12c7f31d3390c345c21 (diff) | |
download | mongo-515192a80636a026db86264fa9fce0b1fc53e957.tar.gz |
SERVER-1967 suspend test for now to investigate timing issue
Diffstat (limited to 'jstests/cursora.js')
-rw-r--r-- | jstests/cursora.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/cursora.js b/jstests/cursora.js index 0916fa769ee..287753813b4 100644 --- a/jstests/cursora.js +++ b/jstests/cursora.js @@ -25,10 +25,10 @@ function run( n , atomic ){ print( "warning: shouldn't have counted all n: " + n + " num: " + num ); } -run( 1500 ) -run( 5000 ) +// run( 1500 ) +// run( 5000 ) -run( 1500 , true ) -run( 5000 , true ) +// run( 1500 , true ) +// run( 5000 , true ) |