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

Added/Updated tests\bugs\gh_8255_test.py: added skipif(platform.system() = 'Windows' according to ticket note about IFDEF WIN_NT.

This commit is contained in:
pavel-zotov 2024-09-23 18:12:26 +03:00
parent 6c67c080a4
commit bdb69722a7

View File

@ -32,6 +32,7 @@ act = python_act('db', substitutions=[('[ \t]+', ' '), ('After line \\d+.*', '')
tmp_sql = temp_file('tmp_8255_non_ascii_ddl.sql')
@pytest.mark.skipif(platform.system() != 'Windows', reason='See ticket note.')
@pytest.mark.version('>=4.0.6')
def test_1(act: Action, tmp_sql: Path, capsys):