mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_4462_linux_test.py: minor change: added 'encryption' mark in order to have ability to include/exclude this test to/from appropriate pytest runs using '-m' command switch
This commit is contained in:
parent
159c8a0303
commit
701bd53c13
@ -96,6 +96,7 @@ def print_validation(line: str) -> None:
|
||||
print(f'VALIDATION LOG: {line.upper()}')
|
||||
#------------------------------------------------------------------
|
||||
|
||||
@pytest.mark.encryption
|
||||
@pytest.mark.version('>=3.0.5')
|
||||
@pytest.mark.platform('Linux')
|
||||
def test_1(act: Action, act_rest_fdb: Action, tmp_zipped_nbk_list: List[Path], tmp_blob_txt: Path, tmp_blob_bin: Path, tmp_rest_fdb: Path, tmp_rest_log: Path, capsys):
|
||||
|
Loading…
Reference in New Issue
Block a user