Disable DISK_PATH temporarily

This commit is contained in:
Ilja Neumann
2020-10-14 15:53:40 +02:00
parent 199ad32e04
commit 20e3bd0826

View File

@@ -565,7 +565,7 @@ def accountsUITests(ctx, phoenixBranch, phoenixCommitId, storage):
'PHOENIX_WEB_CONFIG': '/drone/src/accounts/ui/tests/config/drone/ocis-config.json',
'KONNECTD_IDENTIFIER_REGISTRATION_CONF': '/drone/src/accounts/ui/tests/config/drone/identifier-registration.yml',
'KONNECTD_ISS': 'https://ocis-server:9200',
'ACCOUNTS_STORAGE_DISK_PATH': '/srv/app/tmp/ocis-accounts', # Temporary workaround, don't use metadata storage
#'ACCOUNTS_STORAGE_DISK_PATH': '/srv/app/tmp/ocis-accounts', # Temporary workaround, don't use metadata storage
},
'commands': [
'mkdir -p /srv/app/tmp/reva',