We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa3974 commit cada03dCopy full SHA for cada03d
pkg/cmd/roachtest/tests/gopg_blocklist.go
@@ -52,4 +52,6 @@ var gopgIgnoreList = blocklist{
52
`pg | ORM | relation with no results does not panic`: "unknown",
53
// This test flakes sometimes because of connection reuse.
54
`v10.TestColumnReuse`: "unknown",
55
+ // This test is flaky sometimes due to the use of temp tables.
56
+ `pg | soft delete with int column nil model ForceDelete | deletes the model`: "unknown",
57
}
0 commit comments