Skip to content

Commit 3247e6c

Browse files
committed
mark a test which must be SKIPPED when running QA against any FB forks
1 parent 3f621f1 commit 3247e6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ console_output_style = count
44
# addopts = --server local --install-terminal
55
markers =
66
encryption: mark a test as dealing with encryption plugin
7-
replication: mark a test as dealing with database participating in replication
7+
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

Comments
 (0)