chore: skip some flaky tests#1643
Conversation
| ) | ||
|
|
||
| func TestSSH(t *testing.T) { | ||
| t.Skip("This is causing test flakes. TODO @cian fix this") |
There was a problem hiding this comment.
Is there an issue filed for this? Maybe link it in a comment?
|
|
When I ran the postgres tests locally, they were working fine with a postgresql service running via Homebrew. |
|
I'm experimenting reducing the level of parallelism in the postgres tests. |
|
I also added some Makefile targets so we can more easily run the full-fat test suite and dig into these sorts of things locally. |
* chore: skip some flaky tests * Update peer/conn_test.go * add makefile targets, reduce parallelism in go test
I ran
gotestsuma few times and skipped some tests that flaked out.This is not a long-term solution. We still need to fix these.