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:
parent
6e1364d309
commit
b54ecef577
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user