6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\functional\basic\isql\test_07.py: added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command

This commit is contained in:
pavel-zotov 2023-12-20 12:22:11 +03:00
parent 6e1364d309
commit b54ecef577

View File

@ -35,6 +35,7 @@ act_db_repl = python_act('db_repl', substitutions = substitutions)
#--------------------------------------------
@pytest.mark.replication
@pytest.mark.version('>=4.0.3')
def test_1(act_db_main: Action, act_db_repl: Action, capsys):