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 1fc13a6 commit c87d068Copy full SHA for c87d068
test/integ/conftest.py
@@ -29,7 +29,6 @@
29
from snowflake.connector import SnowflakeConnection
30
31
RUNNING_ON_GH = os.getenv("GITHUB_ACTIONS") == "true"
32
-RUNNING_ON_JENKINS = os.getenv("JENKINS_HOME") is not None
33
TEST_USING_VENDORED_ARROW = os.getenv("TEST_USING_VENDORED_ARROW") == "true"
34
35
if not isinstance(CONNECTION_PARAMETERS["host"], str):
0 commit comments