We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73899f1 commit e5719c6Copy full SHA for e5719c6
tasks/testing.rake
@@ -24,8 +24,7 @@ TEST_SUITES = {
24
:threading => { :pattern => 'test/threading/**/*_test.rb' },
25
:replica_set => {
26
:pattern => 'test/replica_set/**/*_test.rb',
27
- :exclude => ['test/replica_set/count_test.rb',
28
- 'test/replica_set/ssl_test.rb']
+ :exclude => ['test/replica_set/ssl_test.rb']
29
},
30
:sharded_cluster => { :pattern => 'test/sharded_cluster/**/*_test.rb' },
31
:tools => {
0 commit comments