Skip to content

Commit 8f3ba4a

Browse files
craig[bot]Dedej-Bergin
andcommitted
Merge #147716
147716: roachtest: skip test in ActiveRecord r=Dedej-Bergin a=Dedej-Bergin The test CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong has been flaky in the ActiveRecord test suite. Adding it to the ignore list to prevent test failures. Fixes: #147273 Fixes: #145290 Release note: None Co-authored-by: Bergin Dedej <[email protected]>
2 parents 734c62d + 2d7eae7 commit 8f3ba4a

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
@@ -30,6 +30,7 @@ var activeRecordIgnoreList = blocklist{
3030
`ActiveRecord::Encryption::EncryptableRecordTest#test_forced_encoding_for_deterministic_attributes_will_replace_invalid_characters`: "flaky",
3131
`AssociationCallbacksTest#test_has_many_callbacks_for_destroy_on_parent`: "flaky",
3232
`BasicsTest#test_default_values_are_deeply_dupped`: "flaky",
33+
`CascadedEagerLoadingTest#test_eager_association_loading_with_cascaded_three_levels_by_ping_pong`: "flaky",
3334
`CockroachDB::FixturesTest#test_create_fixtures`: "flaky",
3435
`FixtureWithSetModelClassPrevailsOverNamingConventionTest#test_model_class_in_fixture_file_is_respected`: "flaky",
3536
`InheritanceTest#test_eager_load_belongs_to_primary_key_quoting`: "flaky",

0 commit comments

Comments
 (0)