Skip to content

Commit cada03d

Browse files
committed
roachtest: deflake gopg
Fixes: #147750 Release note: None
1 parent 4fa3974 commit cada03d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/tests/gopg_blocklist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ var gopgIgnoreList = blocklist{
5252
`pg | ORM | relation with no results does not panic`: "unknown",
5353
// This test flakes sometimes because of connection reuse.
5454
`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",
5557
}

0 commit comments

Comments
 (0)