Skip to content

Commit

Permalink
Merge #623: tests/trustedcoin: remove from CI, disable temporarily
Browse files Browse the repository at this point in the history
26b3512 tests/trustedcoin: remove from CI, disable temporarily (Erik Arvstedt)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 26b3512

Tree-SHA512: e68af4b7f0ddd852ecf15e522199400857b34a68ccc33f6e642f198dc3b3321d5097b61a44e42a0af096ccc3e74ec2afc0593974b66fd932c8f192a9a2c78fd4
  • Loading branch information
jonasnick committed Jun 27, 2023
2 parents 379b9a7 + 26b3512 commit f946ea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ task:
- scenario: default
- scenario: netns
- scenario: netnsRegtest
- scenario: trustedcoin
# This script is run as root
build_script:
- echo "sandbox = true" >> /etc/nix/nix.conf
Expand Down
5 changes: 5 additions & 0 deletions test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@ buildable=(
clightning-replication
lndPruned
wireguard-lndconnect

# TODO-EXTERNAL:
# Reenable when this has been fixed:
# https://github.com/nbd-wtf/trustedcoin/issues/21
# trustedcoin
)
buildable() { buildTests buildable "$@"; }

Expand Down

0 comments on commit f946ea4

Please sign in to comment.