6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\functional\transactions\test_read_consist_sttm_restart_max_limit.py: added pytest.mark.skip tag

This commit is contained in:
pavel-zotov 2023-09-24 17:09:36 +03:00
parent 5c63d404db
commit f7714da147

View File

@ -774,8 +774,8 @@ def wait_for_attach_showup_in_monitoring(con_monitoring, sql_text_tag):
assert attach_with_sql_tag, f"Could not find attach statement containing '{sql_text_tag}' for {MAX_WAIT_FOR_WORKER_START_MS} ms. ABEND."
return
@pytest.mark.version('>=4.0')
@pytest.mark.skip("REIMPLEMENTING REQUIRED.")
@pytest.mark.version('>=4.0')
def test_1(act: Action, fn_worker_sql: Path, fn_worker_log: Path, fn_worker_err: Path, capsys):
sql_init = (act.files_dir / 'read-consist-sttm-restart-DDL.sql').read_text()