spec: disable cassandra table truncation spec_helper

Change-Id: I16d6a9bfaeb35f07c1faaa3051ad9753d3103bf7
Reviewed-on: https://gerrit.instructure.com/36592
Reviewed-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
Tested-by: Bryan Madsen <bryan@instructure.com>
This commit is contained in:
Shawn Meredith 2014-06-18 08:40:04 -06:00
parent c6741572b1
commit 14501a0fb8
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ end
Attachment.clear_cached_mime_ids
RoleOverride.clear_cached_contexts
Delayed::Job.redis.flushdb if Delayed::Job == Delayed::Backend::Redis::Job
truncate_all_cassandra_tables
#truncate_all_cassandra_tables
Rails::logger.try(:info, "Running #{self.class.description} #{@method_name}")
Attachment.domain_namespace = nil
end