Skip to content

Commit

Permalink
roachtest: add flaky test for activerecord
Browse files Browse the repository at this point in the history
Release justification: test-only change
Release note: None
  • Loading branch information
rafiss committed Aug 27, 2020
1 parent 59a52f1 commit dde0fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/cmd/roachtest/activerecord_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ var activeRecordBlockList20_2 = blocklist{}

var activeRecordBlockList20_1 = blocklist{}

var activeRecordIgnoreList20_2 = blocklist{}
var activeRecordIgnoreList20_2 = blocklist{
"FixturesTest#test_create_fixtures": "flaky - FK constraint violated sometimes when loading all fixture data",
}

var activeRecordIgnoreList20_1 = blocklist{
"FixturesTest#test_create_fixtures": "flaky - FK constraint violated sometimes when loading all fixture data",
Expand Down

0 comments on commit dde0fc3

Please sign in to comment.