Skip to content

Commit 46ac1de

Browse files
committed
skip test
1 parent ef1d7b7 commit 46ac1de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/tests/integration/test_api_graph.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
Integration tests for the /graph API endpoints.
55
"""
66

7+
import pytest
78

9+
10+
@pytest.mark.skip(reason="temporary skip")
811
def test_get_graphml_file(client, container_with_graphml_file):
912
"""Test retrieving a graphml file endpoint."""
1013
url = f"/graph/graphml/{container_with_graphml_file}"

0 commit comments

Comments
 (0)