Skip to content

Commit

Permalink
tests: disable TLS test
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
overvenus committed Mar 23, 2020
1 parent 46befae commit c978538
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ if [ "${1-}" = '--debug' ]; then
fi

for script in tests/${TEST_NAME-*}/run.sh; do
TEST_NAME="$(basename "$(dirname "$script")")"
if [ $TEST_NAME = "br_tls" ]; then
echo "FIXME enable br_tls tests"
echo "TiKV master (ed71f20f445e10595553d2bf3d1a1eb645b9a61a) aborts when TLS is enabled"
continue
fi

echo "*===== Running test $script... =====*"
TEST_DIR="$TEST_DIR" \
PD_ADDR="$PD_ADDR" \
Expand Down

0 comments on commit c978538

Please sign in to comment.