6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated tests\functional\database\create\test_05.py: set SKIP mark because this test has been replaced with 'test_00.py'

This commit is contained in:
pavel-zotov 2023-12-14 21:57:52 +03:00
parent cc5a485801
commit 8c43c9cb33

View File

@ -23,6 +23,7 @@ expected_stdout = """
PAGE_SIZE 4096
"""
@pytest.mark.skip("Replaced with functional/database/create/test_00.py")
@pytest.mark.version('>=3')
def test_1(act: Action):
act.expected_stdout = expected_stdout