We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb7c2c commit aef9bd4Copy full SHA for aef9bd4
runtests.sh
@@ -62,7 +62,7 @@ echo "Running tests with $(python --version)"
62
pip install --upgrade -r ${DRIVER_HOME}/test_requirements.txt
63
echo ""
64
TEST_RUNNER="coverage run -m ${UNITTEST} discover -vfs ${TEST}"
65
-BEHAVE_RUNNER="behave --tags=-db,-in_dev test/tck"
+BEHAVE_RUNNER="behave --tags=-db --tags=-tls test/tck"
66
if [ ${RUNNING} -eq 1 ]
67
then
68
${TEST_RUNNER}
0 commit comments