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

Added/Updated tests\functional\table\create\test_03.py: added SKIP mark: this test will be fully re-implemented later. Currently SHOW TABLE command brokes it.

This commit is contained in:
pavel-zotov 2023-10-07 22:42:00 +03:00
parent 4c49623f34
commit 5b6507ac3d

View File

@ -35,6 +35,7 @@ C4 (TEST) ARRAY OF [40000]
VARCHAR(32765) Nullable
"""
@pytest.mark.skip("Test will be reimplemented.")
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout