6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated tests\bugs\core_5061_test.py: excluded from execution after discussion with dimitr. See notes.

This commit is contained in:
pavel-zotov 2023-07-31 00:29:19 +03:00
parent 9bf25ac8e6
commit e9321fc96b

View File

@ -17,6 +17,9 @@ NOTES:
Discussion with dimitr: 17.01.2023 13:17 Discussion with dimitr: 17.01.2023 13:17
JIRA: CORE-5061 JIRA: CORE-5061
FBTEST: bugs.core_5061 FBTEST: bugs.core_5061
NOTES:
[31.07.2023] pzotov
Test excluded from execution after discuss with dimitr, letter 30.07.2023.
""" """
import pytest import pytest
@ -164,6 +167,7 @@ fb5x_test_sql = """
act = python_act('db') act = python_act('db')
@pytest.mark.skip("No sense to verify length of generated explained plan because it can be vary after any change in optimizer.")
@pytest.mark.version('>=3.0') @pytest.mark.version('>=3.0')
def test_1(act: Action): def test_1(act: Action):
act.expected_stderr = '' act.expected_stderr = ''