Skip to content

Commit

Permalink
only run flaky test for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Sep 15, 2023
1 parent c4ba398 commit 9db6917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
go mod tidy
- name: Run tests
working-directory: upstream
run: go test -v ./...
run: go test -v -run TestDialWorkerLoopTCPConnUpgradeWait ./...
- name: Run tests (32 bit)
working-directory: upstream
if: ${{ matrix.os != 'macos' }} # can't run 32 bit tests on OSX.
Expand Down

0 comments on commit 9db6917

Please sign in to comment.