Skip to content

Commit

Permalink
roachtest: ignore flaky activerecord test
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Apr 25, 2022
1 parent 6537583 commit ec99a08
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 ec99a08

Please sign in to comment.