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_03.py: added SKIP mark: this test will be fully re-implemented later. Currently SHOW TABLE command brokes it.
This commit is contained in:
parent
4c49623f34
commit
5b6507ac3d
@ -35,6 +35,7 @@ C4 (TEST) ARRAY OF [40000]
|
|||||||
VARCHAR(32765) Nullable
|
VARCHAR(32765) Nullable
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@pytest.mark.skip("Test will be reimplemented.")
|
||||||
@pytest.mark.version('>=3.0')
|
@pytest.mark.version('>=3.0')
|
||||||
def test_1(act: Action):
|
def test_1(act: Action):
|
||||||
act.expected_stdout = expected_stdout
|
act.expected_stdout = expected_stdout
|
||||||
|
Loading…
Reference in New Issue
Block a user