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):