We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1d7b7 commit 46ac1deCopy full SHA for 46ac1de
backend/tests/integration/test_api_graph.py
@@ -4,7 +4,10 @@
4
Integration tests for the /graph API endpoints.
5
"""
6
7
+import pytest
8
9
+
10
+@pytest.mark.skip(reason="temporary skip")
11
def test_get_graphml_file(client, container_with_graphml_file):
12
"""Test retrieving a graphml file endpoint."""
13
url = f"/graph/graphml/{container_with_graphml_file}"
0 commit comments