tests/trustedcoin: remove from CI, disable temporarily

- Don't spin up a CI node for the minor `trustedcoin` test.
- Add the test to `run-tests.sh`, but disable it because it
  occasionally fails.
This commit is contained in:
Erik Arvstedt 2023-06-25 11:08:58 +02:00
parent 379b9a727a
commit 26b35120ad
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 "$@"; }