mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 05:30:06 -06:00
Merge pull request #103 from owncloud/doNotRunLocalStorageTests
[Tests-only] Do not run local storage tests
This commit is contained in:
@@ -167,7 +167,7 @@ def testing(ctx):
|
||||
'pull': 'always',
|
||||
'environment' : {
|
||||
'TEST_SERVER_URL': 'http://reva-server:9140',
|
||||
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend',
|
||||
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage',
|
||||
'REVA_LDAP_HOSTNAME':'ldap',
|
||||
'TEST_EXTERNAL_USER_BACKENDS':'true',
|
||||
'TEST_OCIS':'true',
|
||||
|
||||
Reference in New Issue
Block a user