From a773498b3c39b79dfdc6d073f23d168ca653f704 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 10 Mar 2019 14:09:09 -0700 Subject: [PATCH] .circleci/config.yml: Temporarily disable test harness (see #207) The KMS configs need to be updated in Tendermint --- .circleci/config.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49f8358..430fb24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,11 +44,13 @@ jobs: command: | cargo audit --version cargo audit - - run: - name: validate against test harness - command: | - cargo build --features=softsign - TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh + # TODO(tarcieri): update Tendermint config files and re-enabled test harness + # See: https://github.com/tendermint/kms/issues/207 + #- run: + # name: validate against test harness + # command: | + # cargo build --features=softsign + # TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh - save_cache: key: cache-2019-01-25-v0 # bump restore_cache key above too paths: