Remove log when no handshake message is sent (#452)

This commit is contained in:
John Maguire
2021-04-30 19:19:40 -04:00
committed by GitHub
parent 1bc6f5fe6c
commit 98c391396c
2 changed files with 9 additions and 6 deletions

View File

@ -41,7 +41,7 @@ jobs:
run: make test
- name: End 2 end
run: make e2e
run: make e2evv
test:
name: Build and test on ${{ matrix.os }}
@ -77,4 +77,4 @@ jobs:
run: go test -v ./...
- name: End 2 end
run: go test -tags=e2e_testing -count=1 ./e2e
run: make e2evv