Skip to content

Commit

Permalink
roachtest: add flaky test to activerecord ignore list
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
andyyang890 committed Dec 9, 2022
1 parent 4a641ac commit fe27492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/activerecord_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var activeRecordIgnoreList = blocklist{
"LengthValidationTest#test_validates_size_of_association_using_within": "flaky - sometimes complains that a relation does not exist",
"PostgresqlInfinityTest#test_where_clause_with_infinite_range_on_a_datetime_column": "flaky - sometimes complains that a relation does not exist",
"PostgresqlIntervalTest#test_interval_type": "flaky",
"PostgresqlTimestampFixtureTest#test_bc_timestamp": "flaky - sometimes datetime format does not match",
"PostgresqlTimestampWithAwareTypesTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_time_zone_set": "flaky - sometimes complains given Time instead of ActiveSupport::TimeWithZone",
"PostgresqlTimestampWithTimeZoneTest#test_timestamp_with_zone_values_with_rails_time_zone_support_and_timestamptz_and_time_zone_set": "flaky - sometimes complains given Time instead of ActiveSupport::TimeWithZone",
"RelationTest#test_finding_last_with_arel_order": "flaky - sometimes complains that a relation does not exist",
Expand Down

0 comments on commit fe27492

Please sign in to comment.