Skip to content

Commit

Permalink
Add repl_fs_stat_caching test. Closes #124
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Mar 28, 2014
1 parent e92e8c6 commit c384bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/seed.rb
Expand Up @@ -306,7 +306,8 @@ def create_riak_test(name, *args)
replication2_console_tests
repl_consistent_object_filter
repl_aae_fullsync_custom_n
repl_rt_cascading_rtq}.each do |t|
repl_rt_cascading_rtq
repl_fs_stat_caching}.each do |t|
next if p =~ PLATFORM_SKIPS['2.0']
tags = {'platform' => p, 'min_version' => '2.0.0'}
create_riak_test t, %w{riak_ee}, tags
Expand Down

0 comments on commit c384bf8

Please sign in to comment.