diff options
author | gregs <greg@10gen.com> | 2011-10-05 11:32:26 -0400 |
---|---|---|
committer | gregs <greg@10gen.com> | 2011-10-05 11:32:26 -0400 |
commit | 8e700feac97a8b5ccd34fcca653870380dcd3dec (patch) | |
tree | 19e6b335c214e88c648ea60e1b0ef8ac713f925e /jstests | |
parent | 1a93a3e7da6055bedb5d9d9b78492e86dbbc3e8f (diff) | |
download | mongo-8e700feac97a8b5ccd34fcca653870380dcd3dec.tar.gz |
buildbot mr_auth.js not a sharded test
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/slowNightly/sharding_passthrough.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/slowNightly/sharding_passthrough.js b/jstests/slowNightly/sharding_passthrough.js index d81df685bc5..5050e188c5a 100644 --- a/jstests/slowNightly/sharding_passthrough.js +++ b/jstests/slowNightly/sharding_passthrough.js @@ -72,7 +72,7 @@ files.forEach( return; } // These aren't supposed to get run under sharding: - if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB)\.js$/.test(x.name)) { + if (/[\/\\](dbadmin|error1|fsync|fsync2|geo.*|indexh|remove5|update4|notablescan|compact.*|check_shard_index|bench_test.*|mr_replaceIntoDB|mr_auth)\.js$/.test(x.name)) { print(" >>>>>>>>>>>>>>> skipping test that would fail under sharding " + x.name) return; } |