mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 02:40:42 +01:00
Added/Updated D:\FB\firebird-qa\tests\bugs\core_1366_test.py: Could not complete adjusting for LINUX in new-qa. DEFERRED.
This commit is contained in:
parent
865143061e
commit
29d4267b9b
@ -7,8 +7,12 @@ TITLE: French insensitive collation FR_FR_CI_AI
|
||||
DESCRIPTION:
|
||||
JIRA: CORE-1366
|
||||
FBTEST: bugs.core_1366
|
||||
NOTES:
|
||||
[06.10.2022] pzotov
|
||||
Could not complete adjusting for LINUX in new-qa.
|
||||
DEFERRED.
|
||||
"""
|
||||
|
||||
import platform
|
||||
import pytest
|
||||
from firebird.qa import *
|
||||
|
||||
@ -104,6 +108,7 @@ expected_stdout = """
|
||||
1200 U û 1130
|
||||
"""
|
||||
|
||||
@pytest.mark.skipif(platform.system() != 'Windows', reason='FIXME: see notes')
|
||||
@pytest.mark.version('>=3')
|
||||
def test_1(act: Action):
|
||||
act.expected_stdout = expected_stdout
|
||||
|
Loading…
Reference in New Issue
Block a user