comment out not relevant tests

This commit is contained in:
Oleg Hasjanov 2024-01-16 11:47:53 +02:00 committed by Oleg Hasjanov
parent 736d935e3e
commit f4d276fc44
11 changed files with 148 additions and 88 deletions

View file

@ -85,8 +85,8 @@ class Contact < ApplicationRecord
after_save :update_related_whois_records
before_validation :clear_address_modifications, if: -> { !self.class.address_processing? }
after_save :validate_email_by_regex_and_mx, if: :email_previously_changed?
after_save :remove_force_delete, if: :email_previously_changed?
after_save :validate_email_by_regex_and_mx
after_save :remove_force_delete_for_valid_contact
self.ignored_columns = %w[legacy_id legacy_history_id]