From 26b35120ad95ae62052bd032ae4144524e563379 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sun, 25 Jun 2023 11:08:58 +0200 Subject: [PATCH] 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. --- .cirrus.yml | 1 - test/run-tests.sh | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2e3bf31..fbbf47e 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 7c0b67a..778d3aa 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 "$@"; }