Skip to content

Commit

Permalink
Merge pull request #7187 from filecoin-project/test/disable-broken-te…
Browse files Browse the repository at this point in the history
…stground

fix: disable broken testground integration test
  • Loading branch information
Stebalien authored Aug 26, 2021
2 parents 8bcd917 + b9015f8 commit a9826dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testground-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
strategy:
matrix:
include:
- backend_addr: ci.testground.ipfs.team
backend_proto: https
plan_directory: testplans/lotus-soup
composition_file: testplans/lotus-soup/_compositions/baseline-k8s-3-1.toml
# Currently broken.
#- backend_addr: ci.testground.ipfs.team
# backend_proto: https
# plan_directory: testplans/lotus-soup
# composition_file: testplans/lotus-soup/_compositions/baseline-k8s-3-1.toml
- backend_addr: ci.testground.ipfs.team
backend_proto: https
plan_directory: testplans/lotus-soup
Expand Down

0 comments on commit a9826dc

Please sign in to comment.