Skip to content

Commit e5719c6

Browse files
committed
RUBY-800 Add RS count test back to suite
1 parent 73899f1 commit e5719c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tasks/testing.rake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ TEST_SUITES = {
2424
:threading => { :pattern => 'test/threading/**/*_test.rb' },
2525
:replica_set => {
2626
:pattern => 'test/replica_set/**/*_test.rb',
27-
:exclude => ['test/replica_set/count_test.rb',
28-
'test/replica_set/ssl_test.rb']
27+
:exclude => ['test/replica_set/ssl_test.rb']
2928
},
3029
:sharded_cluster => { :pattern => 'test/sharded_cluster/**/*_test.rb' },
3130
:tools => {

0 commit comments

Comments
 (0)