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

Commit

Permalink
Revert "tests: disable TLS test (#204)" (#218)
Browse files Browse the repository at this point in the history
This reverts commit e168a60.
  • Loading branch information
kennytm authored Mar 31, 2020
1 parent 8fbedbf commit f031777
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ 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 f031777

Please sign in to comment.