chore: skip some flaky tests (#1643)

* chore: skip some flaky tests

* Update peer/conn_test.go

* add makefile targets, reduce parallelism in go test
This commit is contained in:
Cian Johnston
2022-05-21 00:39:51 +01:00
committed by GitHub
parent 4f75291446
commit a8a8f9dbf3
6 changed files with 36 additions and 7 deletions
+1 -4
View File
@@ -275,10 +275,7 @@ jobs:
done
- name: Test with PostgreSQL Database
run: DB=ci gotestsum --junitfile="gotests.xml" --packages="./..." --
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
-coverpkg=./...,github.com/coder/coder/codersdk
-count=1 -parallel=2 -race -failfast
run: "make test-postgres"
- name: Upload DataDog Trace
if: always() && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork