skip tests that are tagged @skipOnOcis-OC-Storage

This commit is contained in:
Artur Neumann
2020-06-18 16:35:26 +05:45
parent f135c55acc
commit ea982deb24

View File

@@ -180,7 +180,7 @@ def testing(ctx, coreBranch = 'master', coreCommit = '', phoenixBranch = 'master
'TEST_EXTERNAL_USER_BACKENDS':'true',
'REVA_LDAP_HOSTNAME':'ldap',
'TEST_OCIS':'true',
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage',
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnOcis-OC-Storage&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage',
},
'commands': [
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/tmp/testing',