Skip to content

Commit

Permalink
test: disable flaky upstream testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed May 17, 2021
1 parent 209d901 commit cfffded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Expand Up @@ -18,10 +18,10 @@ jobs:
# - '1.15.x'
- '1.16.x'
upstream:
- 'libp2p/go-libp2p-pubsub'
# - 'libp2p/go-libp2p-pubsub' flaky
# - 'ipfs/go-bitswap' flaky
- 'libp2p/go-libp2p-daemon'
- 'libp2p/go-libp2p-kad-dht'
- 'ipfs/go-bitswap'
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.upstream }} unit tests (${{ matrix.os }}, Go ${{ matrix.go }})
steps:
Expand Down

0 comments on commit cfffded

Please sign in to comment.