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

Added/Updated tests\functional\view\create\test_10.py: Test not needed: there are lot tests which use this functionality.

This commit is contained in:
pavel-zotov 2023-10-07 22:43:31 +03:00
parent 5b6507ac3d
commit ad6641ad8a

View File

@ -31,6 +31,7 @@ View Source:
SELECT ID AS VID, NAME FROM T1
"""
@pytest.mark.skip("Test not needed: there are lot tests which use this functionality.")
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout