mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_5061_test.py: excluded from execution after discussion with dimitr. See notes.
This commit is contained in:
parent
9bf25ac8e6
commit
e9321fc96b
@ -17,6 +17,9 @@ NOTES:
|
||||
Discussion with dimitr: 17.01.2023 13:17
|
||||
JIRA: 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
|
||||
@ -164,6 +167,7 @@ fb5x_test_sql = """
|
||||
|
||||
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')
|
||||
def test_1(act: Action):
|
||||
act.expected_stderr = ''
|
||||
|
Loading…
Reference in New Issue
Block a user