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

Restrict a version of the test tests/functional/arno/optimizer/test_opt_multi_index_selection_06.py to 3.0.

This commit is contained in:
Anton Zuev 2023-03-09 10:38:13 +03:00
parent 07b7af8652
commit 68492ca2a0

View File

@ -85,7 +85,7 @@ expected_stdout = """PLAN (ST INDEX (I_F3_F2_ASC))
100 100 100"""
@pytest.mark.version('>=3')
@pytest.mark.version('>=3,<4')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute()