Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
add in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jasson99 committed Jul 7, 2020
1 parent df82c09 commit 3312edf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ If you want to work on a specific issue
TEST_EXTERNAL_USER_BACKENDS=true \
TEST_OCIS=true \
OCIS_REVA_DATA_ROOT=/var/tmp/reva/ \
BEHAT_FILTER_TAGS='~@skipOnOcV10&&@issue-ocis-reva-122'
BEHAT_FILTER_TAGS='~@skipOnOcV10&&~@skipOnOcis-OC-Storage&&@issue-ocis-reva-122'
```
Note that the `~@skipOnOcis` tag is replaced by `~@skipOnOcV10` and the issue tag `@issue-ocis-reva-122` is added.
Note that the `~@skipOnOcis` tag is replaced by `~@skipOnOcV10` and the issue tags `@issue-ocis-reva-122` and `~@skipOnOcis-OC-Storage` are added.
We want to run all tests that are skipped in CI because of this particular bug, but we don't want to run the tests
that demonstrate the current buggy behaviour.
that demonstrate the current buggy behaviour. Also, we want to run only the scenarios that work on OC-Storage i.e the scenarios without the `@skipOnOcis-OC-Storage` tag.
2. the tests will fail, try to understand how and why they are failing
3. fix the code
Expand Down

0 comments on commit 3312edf

Please sign in to comment.