Skip to content

Commit

Permalink
Fix xfail definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Feb 14, 2025
1 parent 98aa2e3 commit 80162bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sqlalchemy/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_null_in_empty_set_is_false(self):


class ExceptionTest(_ExceptionTest):
@pytest.xfail("This is likely a driver issue. We will investigate it in https://github.com/exasol/sqlalchemy-exasol/issues/539.")
@pytest.mark.xfail("This is likely a driver issue. We will investigate it in https://github.com/exasol/sqlalchemy-exasol/issues/539.")
@requirements.duplicate_key_raises_integrity_error
def test_integrity_error(self):
# Note: autocommit currently is needed to force error evaluation,
Expand Down

0 comments on commit 80162bb

Please sign in to comment.