Skip to content

Commit

Permalink
Remove xfail from sqla/test_basic
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Feb 2, 2023
1 parent 71ce404 commit c3ee6bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flask_admin/tests/sqla/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2620,8 +2620,6 @@ class Model2(db.Model):
assert rv.status_code == 200


# TODO: Why this fails?
@pytest.mark.xfail(raises=Exception)
def test_different_bind_joins():
app, db, admin = setup()
app.config['SQLALCHEMY_BINDS'] = {
Expand Down

0 comments on commit c3ee6bd

Please sign in to comment.