Skip to content

Commit cece47f

Browse files
committed
roachtest: deflake activerecord test
The 'DumpSchemasTest#test_schema_dump_with_dump_schemas_all' fails consistently ever since we recently updated the activerecord adapter. Adding this test as a known flake to get the testsuite clean. Closes #158942 Epic: none Release note: none
1 parent 6d3c97b commit cece47f

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
@@ -64,6 +64,7 @@ var activeRecordIgnoreList = blocklist{
6464
`CockroachDB::AdapterForeignKeyTest#test_foreign_key_violations_on_insert_are_translated_to_specific_exception`: "flaky",
6565
`CockroachDB::FixturesTest#test_create_fixtures`: "flaky",
6666
`CockroachDB::FixturesTest#test_create_symbol_fixtures`: "flaky",
67+
`DumpSchemasTest#test_schema_dump_with_dump_schemas_all`: "flaky",
6768
`FixtureWithSetModelClassPrevailsOverNamingConventionTest#test_model_class_in_fixture_file_is_respected`: "flaky",
6869
`HasManyAssociationsTest#test_collection_association_with_private_kernel_method`: "flaky",
6970
`HasManyAssociationsTest#test_delete_all_association_with_primary_key_deletes_correct_records`: "flaky",

0 commit comments

Comments
 (0)