Skip to content

Commit f3f1298

Browse files
Merge pull request #160340 from fqazi/blathers/backport-release-25.2-160334
release-25.2: roachtest: deflake activerecord
2 parents bf009df + fcc497b commit f3f1298

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
@@ -53,8 +53,10 @@ var activeRecordIgnoreList = blocklist{
5353
`HasManyAssociationsTest#test_dependent_association_respects_optional_hash_conditions_on_delete`: "flaky",
5454
`HasManyAssociationsTest#test_dependent_association_respects_optional_sanitized_conditions_on_delete`: "flaky",
5555
`HasManyAssociationsTest#test_depends_and_nullify`: "flaky",
56+
`InheritanceTest#test_destroy_all_within_inheritance`: "flaky",
5657
`InheritanceTest#test_eager_load_belongs_to_primary_key_quoting`: "flaky",
5758
`InheritanceTest#test_eager_load_belongs_to_something_inherited`: "flaky",
59+
`InheritanceTest#test_inheritance_condition`: "flaky",
5860
`PostgresqlArrayTest#test_uniqueness_validation`: "affected by autocommit_before_ddl",
5961
`PostgresqlEnumTest#test_schema_dump_renamed_enum`: "affected by autocommit_before_ddl",
6062
`PostgresqlEnumTest#test_schema_dump_renamed_enum_with_to_option`: "affected by autocommit_before_ddl",

0 commit comments

Comments
 (0)