Skip to content

Commit e3e4e4b

Browse files
committed
roachtest: mark activerecord test as flaky
This test does not work with our autocommit behavior. Release note: None
1 parent 87b5f83 commit e3e4e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)