diff --git a/pytest.ini b/pytest.ini index 110e3b95..3c98979a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,4 +4,5 @@ console_output_style = count # addopts = --server local --install-terminal markers = encryption: mark a test as dealing with encryption plugin - replication: mark a test as dealing with database participating in replication \ No newline at end of file + replication: mark a test as dealing with database participating in replication + disabled_in_forks: mark a test which must be SKIPPED when running QA against any FB forks (because of missed fix/feature etc). \ No newline at end of file