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_08.py: added @pytest.mark.replication in order to skip this test using 'pytest -m "not replication"' command
This commit is contained in:
parent
b54ecef577
commit
3523e21200
@ -34,6 +34,7 @@ act_db_main = python_act('db_main', substitutions = substitutions)
|
||||
|
||||
#--------------------------------------------
|
||||
|
||||
@pytest.mark.replication
|
||||
@pytest.mark.version('>=5.0')
|
||||
def test_1(act_db_main: Action):
|
||||
test_sql = """
|
||||
|
Loading…
Reference in New Issue
Block a user