Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
tests: disable TLS test (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <overvenus@gmail.com>
  • Loading branch information
overvenus authored Mar 24, 2020
1 parent f9f6e19 commit e168a60
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 test"
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 e168a60

Please sign in to comment.