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:
parent
379b9a727a
commit
26b35120ad
|
@ -27,7 +27,6 @@ task:
|
||||||
- scenario: default
|
- scenario: default
|
||||||
- scenario: netns
|
- scenario: netns
|
||||||
- scenario: netnsRegtest
|
- scenario: netnsRegtest
|
||||||
- scenario: trustedcoin
|
|
||||||
# This script is run as root
|
# This script is run as root
|
||||||
build_script:
|
build_script:
|
||||||
- echo "sandbox = true" >> /etc/nix/nix.conf
|
- echo "sandbox = true" >> /etc/nix/nix.conf
|
||||||
|
|
|
@ -275,6 +275,11 @@ buildable=(
|
||||||
clightning-replication
|
clightning-replication
|
||||||
lndPruned
|
lndPruned
|
||||||
wireguard-lndconnect
|
wireguard-lndconnect
|
||||||
|
|
||||||
|
# TODO-EXTERNAL:
|
||||||
|
# Reenable when this has been fixed:
|
||||||
|
# https://github.com/nbd-wtf/trustedcoin/issues/21
|
||||||
|
# trustedcoin
|
||||||
)
|
)
|
||||||
buildable() { buildTests buildable "$@"; }
|
buildable() { buildTests buildable "$@"; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user