Remove TEST_OCIS env

This commit is contained in:
amrita
2023-09-28 12:08:44 +05:45
parent 91e2b0ff20
commit 0da009d180
4 changed files with 0 additions and 21 deletions
@@ -5,8 +5,6 @@ services:
command: /bin/bash /test/run-tests.sh
environment:
OCIS_ROOT: /drone/src
TEST_OCIS: "true"
RUN_ON_OCIS: "true"
TEST_SERVER_URL: https://ocis-server:9200
TEST_WITH_GRAPH_API: "true"
OCIS_WRAPPER_URL: http://ocis-server:5200
-8
View File
@@ -529,14 +529,6 @@ export IPV4_URL
export IPV6_URL
export FILES_FOR_UPLOAD="${SCRIPT_PATH}/filesForUpload/"
if [ "${TEST_OCIS}" != "true" ] && [ "${TEST_REVA}" != "true" ]
then
# We are testing on an ownCloud core server.
# Tell the tests to wait 1 second between each upload/delete action
# to avoid problems with actions that depend on timestamps in seconds.
export UPLOAD_DELETE_WAIT_TIME=1
fi
TEST_LOG_FILE=$(mktemp)
SCENARIOS_THAT_PASSED=0
SCENARIOS_THAT_FAILED=0