Skip to content

Commit

Permalink
fix: disable broken testground integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 26, 2021
1 parent 8bcd917 commit b9015f8
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 b9015f8

Please sign in to comment.