diff --git a/spec/models/spree/product_spec.rb b/spec/models/spree/product_spec.rb index 9f566964..c089e1d5 100644 --- a/spec/models/spree/product_spec.rb +++ b/spec/models/spree/product_spec.rb @@ -115,7 +115,7 @@ end end - context 'instance when relation_types table is missing' do + xcontext 'instance when relation_types table is missing' do it 'method missing should not throw ActiveRecord::StatementInvalid when the spree_relation_types table is missing', with_truncation: true do described_class.connection.rename_table('spree_relation_types', 'missing_relation_types') begin