Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/tests/model_entity_tests/test_model_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,9 @@ def test_list_versions(self, textual, unique_name):
untrack_entity(entity.id)


@skip_llm_tests
class TestTestDataUpload:
"""Tests for test data upload with ground truth."""

@pytest.mark.skip(reason="Timeout: Files not ready within 120 seconds")
def test_upload_test_data(self, textual, unique_name):
"""Test uploading test data with ground truth spans."""
entity = track_entity(textual.create_model_entity(
Expand Down Expand Up @@ -210,7 +208,6 @@ def test_upload_test_data(self, textual, unique_name):
textual.delete_model_entity(entity.id)
untrack_entity(entity.id)

@pytest.mark.skip(reason="Timeout: Files not ready within 120 seconds")
def test_upload_multiple_test_files(self, textual, unique_name):
"""Test uploading multiple test files at once."""
entity = track_entity(textual.create_model_entity(
Expand Down
Loading