6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\functional\table\create\test_02.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:41:02 +03:00
parent 0f5d4eb1fb
commit 4c49623f34

View File

@ -51,6 +51,7 @@ CONSTRAINT INTEG_9:
CHECK (c6>c5)
"""
@pytest.mark.skip("Test will be reimplemented.")
@pytest.mark.version('>=3.0')
def test_1(act: Action):
act.expected_stdout = expected_stdout