Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinasupe committed Jun 24, 2024
1 parent ec63fbf commit fb7a3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/graph_algorithms/test_query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
from gqlalchemy.graph_algorithms.query_builder import MemgraphQueryBuilder
from gqlalchemy.query_builders.memgraph_query_builder import QueryBuilder

import pytest

@pytest.mark.skip(reason="we are not keeping signatures up to date.")
def test_memgraph_query_builder_methods_exist(memgraph: Memgraph):
"""
Tests functionality if all the procedures that are defined
Expand Down

0 comments on commit fb7a3f2

Please sign in to comment.