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

Revert "tests: disable TLS test" #218

Merged
merged 1 commit into from
Mar 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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