mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Remove xfails that escaped cleanup
This commit is contained in:
parent
dfd437d7f9
commit
b5d8a22976
@ -103,7 +103,7 @@ expected_stdout = """
|
||||
@pytest.mark.version('>=3.0')
|
||||
def test_1(act: Action):
|
||||
if act.is_version('>=4'):
|
||||
pytest.xfail("See test NOTES")
|
||||
pytest.skip("See test NOTES")
|
||||
act.expected_stdout = expected_stdout
|
||||
act.execute()
|
||||
assert act.clean_stdout == act.clean_expected_stdout
|
||||
|
@ -40,7 +40,6 @@ act = python_act('db')
|
||||
|
||||
@pytest.mark.skip('FIXME: Not IMPLEMENTED')
|
||||
@pytest.mark.version('>=3')
|
||||
@pytest.mark.xfail
|
||||
def test_1(act: Action):
|
||||
pytest.fail("Not IMPLEMENTED")
|
||||
|
||||
|
@ -62,7 +62,6 @@ expected_stdout_1 = """
|
||||
"""
|
||||
|
||||
@pytest.mark.version('>=3.0,<4')
|
||||
#@pytest.mark.xfail
|
||||
def test_1(act: Action, capsys):
|
||||
sql_text = (act.files_dir / 'core_4766.sql').read_text()
|
||||
subs = {'dsn': act.db.dsn, 'user_name': act.db.user, 'user_password': act.db.password,
|
||||
|
Loading…
Reference in New Issue
Block a user