We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f621f1 commit 3247e6cCopy full SHA for 3247e6c
pytest.ini
@@ -4,4 +4,5 @@ console_output_style = count
4
# addopts = --server local --install-terminal
5
markers =
6
encryption: mark a test as dealing with encryption plugin
7
- replication: mark a test as dealing with database participating in replication
+ replication: mark a test as dealing with database participating in replication
8
+ disabled_in_forks: mark a test which must be SKIPPED when running QA against any FB forks (because of missed fix/feature etc).
0 commit comments