Skip to content

Commit

Permalink
chore: Skip invalid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Oct 12, 2024
1 parent 9874cbc commit b49f435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents-api/tests/test_docs_queries.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tests for entry queries

from ward import test
from ward import test, skip

from agents_api.autogen.openapi_model import CreateDocRequest
from agents_api.models.docs.create_doc import create_doc
Expand Down Expand Up @@ -41,7 +41,7 @@ def _(
)


# TODO: Execute embedding workflow to fix this test and other docs tests
@skip("Execute embedding workflow to fix this test and other docs tests")
@test("model: get docs")
def _(client=cozo_client, doc=test_doc, developer_id=test_developer_id):
get_doc(
Expand Down

0 comments on commit b49f435

Please sign in to comment.