diff --git a/.cirrus.yml b/.cirrus.yml index 2e3bf318a..fbbf47e9a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/test/run-tests.sh b/test/run-tests.sh index 7c0b67a26..778d3aa44 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -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 "$@"; }