File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ var activeRecordIgnoreList = blocklist{
3636 `PostgresqlEnumTest#test_schema_dump_renamed_enum_with_to_option` : "affected by autocommit_before_ddl" ,
3737 `PostgresqlInvertibleMigrationTest#test_migrate_revert_create_enum` : "affected by autocommit_before_ddl" ,
3838 `PostgresqlInvertibleMigrationTest#test_migrate_revert_drop_enum` : "affected by autocommit_before_ddl" ,
39+ `PostgresqlInvertibleMigrationTest#test_migrate_revert_rename_enum_value` : "affected by autocommit_before_ddl" ,
3940 `TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_save_and_return_false_if_a_callback_cancelled_saving_in_either_create_or_update` : "flaky" ,
4041 `TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_not_update_children_when_parent_creation_with_no_reason` : "flaky" ,
4142 `TestAutosaveAssociationOnAHasAndBelongsToManyAssociation#test_should_update_children_when_autosave_is_true_and_parent_is_new_but_child_is_not` : "flaky" ,
You can’t perform that action at this time.
0 commit comments