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

Added/Updated D:\FB\firebird-qa\tests\bugs\core_0857_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED.

This commit is contained in:
zotov 2022-10-06 15:18:18 +03:00
parent 2f3f0f7eb7
commit 865143061e

View File

@ -7,8 +7,14 @@ TITLE: Containing not working correctly
DESCRIPTION:
JIRA: CORE-857
FBTEST: bugs.core_0857
NOTES:
[06.10.2022] pzotov
Could not complete adjusting for LINUX in new-qa.
DEFERRED.
"""
import platform
import pytest
from firebird.qa import *
@ -60,6 +66,7 @@ test_script = """
act = isql_act('db', test_script)
@pytest.mark.skipif(platform.system() != 'Windows', reason='FIXME: see notes')
@pytest.mark.version('>=3')
def test_1(act: Action):
act.expected_stdout = expected_stdout