Skip to content

Commit

Permalink
minor: disable replica set threading test
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Feb 13, 2012
1 parent c871a64 commit b4079a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit b4079a2

Please sign in to comment.