Skip to content

Commit

Permalink
Merge pull request #287 from owncloud/skipOnOcis-OC-Storage
Browse files Browse the repository at this point in the history
[tests-only] skip tests that are tagged @skipOnOcis-OC-Storage
  • Loading branch information
individual-it authored Jun 18, 2020
2 parents 9367d2a + 8f75863 commit d469602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
'pull': 'always',
'environment' : {
'TEST_SERVER_URL': 'http://reva-server:9140',
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage',
'BEHAT_FILTER_TAGS': '~@skipOnOcis&&~@skipOnOcis-OC-Storage&&~@skipOnLDAP&&@TestAlsoOnExternalUserBackend&&~@local_storage',
'REVA_LDAP_HOSTNAME':'ldap',
'TEST_EXTERNAL_USER_BACKENDS':'true',
'TEST_OCIS':'true',
Expand Down

0 comments on commit d469602

Please sign in to comment.