Skip to content

Commit 6bcbe4c

Browse files
authored
Update run_tests.sh
1 parent 0a5c799 commit 6bcbe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests.sh

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

4040
echo $PYTEST_CMD
41-
sh -c "$PYTEST_CMD -k test_oo"
41+
sh -c "$PYTEST_CMD -k lzma"
4242
exit 0
4343

4444
if [[ "$PANDAS_DATA_MANAGER" != "array" && "$PYTEST_TARGET" == "pandas" ]]; then

0 commit comments

Comments
 (0)