Skip to content

Commit fd21a8d

Browse files
committed
fix: mark test_large_query_performance as integration test
- This test creates SwaraClient() and calls single_query() which requires authentication - Would cause CI to hang at 61% when trying to authenticate to live server
1 parent 5a3ba3f commit fd21a8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

idtap/tests/query_integration_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def test_query_result_serialization(self, client):
331331
class TestQueryPerformance:
332332
"""Test query performance with real data."""
333333

334+
@pytest.mark.integration
334335
def test_large_query_performance(self, client=None):
335336
"""Test performance of queries on real transcription."""
336337
if client is None:

0 commit comments

Comments
 (0)