Skip to content

Commit

Permalink
Merge #80489
Browse files Browse the repository at this point in the history
80489: roachtest: ignore flaky activerecord test r=otan a=rafiss

fixes #80220

Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Apr 25, 2022
2 parents 619cbe4 + ec99a08 commit 63bf783
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 @@ -42,6 +42,7 @@ var activeRecordIgnoreList22_1 = blocklist{
"FixturesTest#test_create_fixtures": "flaky - FK constraint violated sometimes when loading all fixture data",
"IgnoreFixturesTest#test_ignores_books_fixtures": "flaky - FK constraint violated sometimes when loading all fixture data",
"IgnoreFixturesTest#test_ignores_parrots_fixtures": "flaky - FK constraint violated sometimes when loading all fixture data",
"PostgresqlIntervalTest#test_interval_type": "flaky",
}

var activeRecordIgnoreList21_2 = blocklist{
Expand Down

0 comments on commit 63bf783

Please sign in to comment.