Merge pull request #103 from owncloud/doNotRunLocalStorageTests

[Tests-only] Do not run local storage tests
This commit is contained in:
Artur Neumann
2020-02-25 15:40:44 +05:45
committed by GitHub

View File

@@ -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',