Skip to content

Commit ba0f573

Browse files
committed
skip unit test that we will come back for later
1 parent de1d997 commit ba0f573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/tests/unit/graphql/test_graphql_query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,10 @@ async def test_query_node_updated_at(db: InfrahubDatabase, default_branch: Branc
19271927
)
19281928

19291929

1930+
# TODO IFC-1813 add test for cardinality-one updated_at
1931+
1932+
1933+
@pytest.mark.skip(reason="IFC-1813 waiting on updates to RelationshipGetPeerQuery")
19301934
async def test_query_relationship_updated_at(
19311935
db: InfrahubDatabase, default_branch: Branch, person_tag_schema: None
19321936
) -> None:

0 commit comments

Comments
 (0)