summaryrefslogtreecommitdiff
path: root/jstests/orm.js
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2011-08-18 09:09:12 -0700
committerAaron <aaron@10gen.com>2011-08-18 09:09:12 -0700
commit80e1959f1c6825e562e7d9c9ca7e8a7d4e330907 (patch)
tree9cec80b786a339094ff9159d407f5e6ae2985e17 /jstests/orm.js
parent57b9824bfa3bd9d4784ec74845d9f9615040adf6 (diff)
downloadmongo-80e1959f1c6825e562e7d9c9ca7e8a7d4e330907.tar.gz
SERVER-3555 temporarily disable test
Diffstat (limited to 'jstests/orm.js')
-rw-r--r--jstests/orm.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/orm.js b/jstests/orm.js
index dae75e4a534..1c4d56ee8e5 100644
--- a/jstests/orm.js
+++ b/jstests/orm.js
@@ -1,5 +1,7 @@
// Test dropping during a $or yield SERVER-3555
+if ( 0 ) { // SERVER-3555
+
t = db.jstests_orm;
t.drop();
@@ -27,3 +29,5 @@ for( j = 0; j < 5; ++j ) {
db.getLastError();
}
p();
+
+} \ No newline at end of file