summaryrefslogtreecommitdiff
path: root/jstests/repair.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-05-08 17:11:50 -0700
committerAaron <aaron@10gen.com>2009-05-08 17:11:50 -0700
commitf8010f7ea1f646b8dca171c1c3ead0a9483de346 (patch)
tree9b3f948a3b5fba803d5327c01fc84428b0e626ed /jstests/repair.js
parent1d5802d83333da00f116940548652c5793329551 (diff)
downloadmongo-f8010f7ea1f646b8dca171c1c3ead0a9483de346.tar.gz
disable repair test MINOR
Diffstat (limited to 'jstests/repair.js')
-rw-r--r--jstests/repair.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/repair.js b/jstests/repair.js
index 96944b86851..ce610fd4ca0 100644
--- a/jstests/repair.js
+++ b/jstests/repair.js
@@ -1,3 +1,6 @@
+print( " -- skipping repair test -- " );
+quit();
+
t = db.jstests_repair;
t.drop();
t.save( { i:1 } );