@@ -52,9 +52,27 @@ var activeRecordIgnoreList = blocklist{
52
52
`ActiveRecord::ConnectionAdapters::PostgreSQLAdapterTest#test_translate_no_connection_exception_to_not_established` : "pg_terminate_backend not implemented" ,
53
53
`ActiveRecord::Encryption::EncryptableRecordTest#test_by_default,_it's_case_sensitive` : "flaky" ,
54
54
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters` : "flaky" ,
55
+ `ActiveRecord::Encryption::UniquenessValidationsTest#test_uniqueness_validations_work_when_using_old_encryption_schemes` : "flaky" ,
55
56
`AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent` : "flaky" ,
56
57
`BasicsTest#test_default_values_are_deeply_dupped` : "flaky" ,
57
58
`CockroachDB::FixturesTest#test_create_fixtures` : "flaky" ,
59
+ `FixtureWithSetModelClassPrevailsOverNamingConventionTest#test_model_class_in_fixture_file_is_respected` : "flaky" ,
60
+ `HasManyAssociationsTest#test_collection_association_with_private_kernel_method` : "flaky" ,
61
+ `HasManyAssociationsTest#test_delete_all_association_with_primary_key_deletes_correct_records` : "flaky" ,
62
+ `HasManyAssociationsTest#test_dependence` : "flaky" ,
63
+ `HasManyAssociationsTest#test_dependence_on_account` : "flaky" ,
64
+ `HasManyAssociationsTest#test_dependent_association_respects_optional_conditions_on_delete` : "flaky" ,
65
+ `HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete` : "flaky" ,
66
+ `HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete` : "flaky" ,
67
+ `HasManyAssociationsTest#test_depends_and_nullify` : "flaky" ,
68
+ `InheritanceTest#test_eager_load_belongs_to_primary_key_quoting` : "flaky" ,
69
+ `InheritanceTest#test_eager_load_belongs_to_something_inherited` : "flaky" ,
70
+ `PostgresqlArrayTest#test_uniqueness_validation` : "affected by autocommit_before_ddl" ,
71
+ `PostgresqlEnumTest#test_schema_dump_renamed_enum` : "affected by autocommit_before_ddl" ,
72
+ `PostgresqlEnumTest#test_schema_dump_renamed_enum_with_to_option` : "affected by autocommit_before_ddl" ,
73
+ `PostgresqlInvertibleMigrationTest#test_migrate_revert_create_enum` : "affected by autocommit_before_ddl" ,
74
+ `PostgresqlInvertibleMigrationTest#test_migrate_revert_drop_enum` : "affected by autocommit_before_ddl" ,
75
+ `PostgresqlInvertibleMigrationTest#test_migrate_revert_rename_enum_value` : "affected by autocommit_before_ddl" ,
58
76
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update` : "flaky" ,
59
77
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason` : "flaky" ,
60
78
`TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not` : "flaky" ,
0 commit comments