Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit f75c788

Browse files
committed
Fix Jenkinsfile to remove ADMIN_PARTY setting
- Resolve failing Cloudant tests - Address GH Issue #227
1 parent 03a0901 commit f75c788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_python(pythonVersion)
1010
sh """ virtualenv tmp -p /usr/local/lib/python${pythonVersion}/bin/${pythonVersion.startsWith('3') ? "python3" : "python"}
1111
. ./tmp/bin/activate
1212
echo \$DB_USER
13-
export ADMIN_PARTY=true
1413
export RUN_CLOUDANT_TESTS=1
1514
export CLOUDANT_ACCOUNT=\$DB_USER
1615
# Temporarily disable the _db_updates tests pending resolution of case 71610

0 commit comments

Comments
 (0)