minor: disable replica set threading test

This commit is contained in:
Kyle Banker 2012-02-13 16:43:14 -05:00
parent c871a645ad
commit b4079a22f9
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ namespace :test do
t.ruby_opts << '-w'
end
desc "Run the replica set test suite"
Rake::TestTask.new(:rs_no_threads) do |t|
t.test_files = FileList['test/replica_sets/*_test.rb'] - ["test/replica_sets/refresh_with_threads_test.rb"]
t.verbose = true
t.ruby_opts << '-w'
end
Rake::TestTask.new(:unit) do |t|
t.test_files = FileList['test/unit/*_test.rb']
t.verbose = true