Skip to content

Commit

Permalink
Update BEHAT_FILTER_TAGS example for running API tests (cs3org#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Aug 5, 2021
1 parent 1df14f7 commit d3a32f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This will require some PHP-related tools to run, for instance on Ubuntu you will
TEST_WITH_LDAP='true' \
REVA_LDAP_HOSTNAME='localhost' \
TEST_REVA='true' \
BEHAT_FILTER_TAGS='~@skipOnOcis&&~@skipOnOcis-OC-Storage' \
BEHAT_FILTER_TAGS='~@skipOnOcis&&~@skipOnOcis-OCIS-Storage&&~@notToImplementOnOCIS' \
make test-acceptance-api
```
Expand Down

0 comments on commit d3a32f8

Please sign in to comment.