diff options
| author | Eliot Horowitz <eliot@10gen.com> | 2010-07-16 15:57:49 -0400 |
|---|---|---|
| committer | Eliot Horowitz <eliot@10gen.com> | 2010-07-16 15:57:49 -0400 |
| commit | fead64cbc7d1410b372303d7135015dafe47f39f (patch) | |
| tree | 454f732d8ea847f192de3b00b4d1069a83566051 | |
| parent | 74a15ef9952aa22910bef9f92115b5fd6e07024f (diff) | |
turning part of test off SERVER-1430
| -rw-r--r-- | jstests/slowNightly/sharding_balance4.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowNightly/sharding_balance4.js b/jstests/slowNightly/sharding_balance4.js index 5d199493813..46c3915926b 100644 --- a/jstests/slowNightly/sharding_balance4.js +++ b/jstests/slowNightly/sharding_balance4.js @@ -82,7 +82,7 @@ function diff(){ if ( Math.random() > .99 ){ db.getLastError() - check(); // SERVER-1430 TODO + //check(); // SERVER-1430 TODO } var x = dist(); |
