summaryrefslogtreecommitdiff
path: root/jstests/cursora.js
diff options
context:
space:
mode:
authorAlberto Lerner <alerner@10gen.com>2010-10-19 21:53:58 -0400
committerAlberto Lerner <alerner@10gen.com>2010-10-19 21:53:58 -0400
commit515192a80636a026db86264fa9fce0b1fc53e957 (patch)
tree30f2300a20e41f308eb1e170568b0c2ce664d3c3 /jstests/cursora.js
parentdc650dbe374f786c27dca12c7f31d3390c345c21 (diff)
downloadmongo-515192a80636a026db86264fa9fce0b1fc53e957.tar.gz
SERVER-1967 suspend test for now to investigate timing issue
Diffstat (limited to 'jstests/cursora.js')
-rw-r--r--jstests/cursora.js8
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 )