Skip to content

Commit 42c0be0

Browse files
authored
Update run_tests.sh
1 parent 6bcbe4c commit 42c0be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/run_tests.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ if [[ "$ERROR_ON_WARNINGS" == "1" ]]; then
3838
fi
3939

4040
echo $PYTEST_CMD
41-
sh -c "$PYTEST_CMD -k lzma"
42-
exit 0
41+
sh -c "$PYTEST_CMD"
4342

4443
if [[ "$PANDAS_DATA_MANAGER" != "array" && "$PYTEST_TARGET" == "pandas" ]]; then
4544
# The ArrayManager tests should have already been run by PYTEST_CMD if PANDAS_DATA_MANAGER was already set to array

0 commit comments

Comments
 (0)