Skip to content

Commit 81e77af

Browse files
committed
integ in jenkins no
1 parent ed38f84 commit 81e77af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ else
4040
echo "[Info] Testing with ${PYTHON_VERSION}"
4141
SHORT_VERSION=$(python3.10 -c "print('${PYTHON_VERSION}'.replace('.', ''))")
4242
CONNECTOR_WHL=$(ls $CONNECTOR_DIR/dist/snowflake_connector_python*cp${SHORT_VERSION}*manylinux2014*.whl | sort -r | head -n 1)
43-
TEST_LIST=`echo py${PYTHON_VERSION/\./}-{unit-parallel,integ-parallel,pandas-parallel,sso}-ci | sed 's/ /,/g'`
43+
TEST_LIST=`echo py${PYTHON_VERSION/\./}-{unit-parallel,integ,pandas-parallel,sso}-ci | sed 's/ /,/g'`
4444
TEST_ENVLIST=fix_lint,$TEST_LIST,py${PYTHON_VERSION/\./}-coverage
4545
echo "[Info] Running tox for ${TEST_ENVLIST}"
4646

0 commit comments

Comments
 (0)