Skip to content

Commit

Permalink
chore: remove skip on test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdtK committed Jul 19, 2024
1 parent 0efbeea commit c5f43ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def test_basemodellist_execute(self, model, filename, modelname):
(DFoundationsModel, "bm1-1a.foi", "dfoundations/benchmarks"),
],
)
@pytest.mark.skip(reason="Failing after pydantic 2 update. Cause of failure should be investigated in more detail.")
def test_basemodellist_execute_remote(self, _, __, model, filename, modelname):
# Setup models
a = model()
Expand Down Expand Up @@ -170,6 +169,7 @@ def test_basemodel_execute_remote(self, _, __, model, filename, modelname):
model = modelinstance.execute_remote("/") # no url is needed with the TestClient
assert model.output


class TestBool:
@pytest.mark.unittest
def test_init(self):
Expand Down

0 comments on commit c5f43ca

Please sign in to comment.