Skip to content

Commit 5a3d579

Browse files
Merge pull request #160339 from fqazi/blathers/backport-release-24.3-160334
release-24.3: roachtest: deflake activerecord
2 parents 796c16b + 3c7afcd commit 5a3d579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/tests/activerecord_blocklist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ var activeRecordIgnoreList = blocklist{
7474
`HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete`: "flaky",
7575
`HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete`: "flaky",
7676
`HasManyAssociationsTest#test_depends_and_nullify`: "flaky",
77+
`InheritanceTest#test_destroy_all_within_inheritance`: "flaky",
7778
`InheritanceTest#test_eager_load_belongs_to_primary_key_quoting`: "flaky",
7879
`InheritanceTest#test_eager_load_belongs_to_something_inherited`: "flaky",
80+
`InheritanceTest#test_inheritance_condition`: "flaky",
7981
`PostgresqlArrayTest#test_uniqueness_validation`: "affected by autocommit_before_ddl",
8082
`PostgresqlEnumTest#test_schema_dump_renamed_enum`: "affected by autocommit_before_ddl",
8183
`PostgresqlEnumTest#test_schema_dump_renamed_enum_with_to_option`: "affected by autocommit_before_ddl",

0 commit comments

Comments
 (0)