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.
2 parents a7392b1 + 39f43d4 commit bdf73faCopy full SHA for bdf73fa
pkg/cmd/roachtest/tests/gopg_blocklist.go
@@ -53,6 +53,8 @@ var gopgIgnoreList = blocklist{
53
`pg | ORM | relation with no results does not panic`: "unknown",
54
// This test flakes sometimes because of connection reuse.
55
`v10.TestColumnReuse`: "unknown",
56
+ // This test is flaky.
57
+ `v10.TestGocheck`: "unknown",
58
// This test is flaky sometimes due to the use of temp tables.
59
`pg | soft delete with int column nil model ForceDelete | deletes the model`: "unknown",
60
}
0 commit comments