Skip to content

Commit bdf73fa

Browse files
authored
Merge pull request #160132 from rafiss/blathers/backport-release-24.3-160123
release-24.3: roachtest: mark TestGocheck as flaky for go-pg
2 parents a7392b1 + 39f43d4 commit bdf73fa

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
@@ -53,6 +53,8 @@ var gopgIgnoreList = blocklist{
5353
`pg | ORM | relation with no results does not panic`: "unknown",
5454
// This test flakes sometimes because of connection reuse.
5555
`v10.TestColumnReuse`: "unknown",
56+
// This test is flaky.
57+
`v10.TestGocheck`: "unknown",
5658
// This test is flaky sometimes due to the use of temp tables.
5759
`pg | soft delete with int column nil model ForceDelete | deletes the model`: "unknown",
5860
}

0 commit comments

Comments
 (0)