From f82c9c3df4d759a0533206a0aea5de7e9a7d376a Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 28 Dec 2023 10:18:47 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_4462_windows_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 --- tests/bugs/core_4462_windows_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/core_4462_windows_test.py b/tests/bugs/core_4462_windows_test.py index 48cbc405..5e24edc0 100644 --- a/tests/bugs/core_4462_windows_test.py +++ b/tests/bugs/core_4462_windows_test.py @@ -99,6 +99,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('Windows') def test_1(act: Action, act_rest_fdb: Action, tmp_zipped_nbk_list: List[Path], tmp_compressors_list: List[Path], tmp_blob_txt: Path, tmp_blob_bin: Path, tmp_rest_fdb: Path, tmp_rest_log: Path, capsys):