Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 1844fe4

Browse files
committed
remove skipping of pytest
1 parent 1379a32 commit 1844fe4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

backend/tests/integration/test_api_graph.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
Integration tests for the /graph API endpoints.
55
"""
66

7-
import pytest
87

9-
10-
@pytest.mark.skip(reason="temporary skip")
118
def test_get_graphml_file(client, container_with_graphml_file):
129
"""Test retrieving a graphml file endpoint."""
1310
url = f"/graph/graphml/{container_with_graphml_file}"

backend/tests/integration/test_api_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def mock_community_report_dataframe():
2424
yield mock_read_parquet
2525

2626

27-
@pytest.mark.skip(reason="temporary skip")
2827
def test_get_report(
2928
container_with_index_files: str, client: TestClient, mock_community_report_dataframe
3029
):

0 commit comments

Comments
 (0)