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 2dedcd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-kad-dht'
- '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 2dedcd0

Please sign in to comment.