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
5 changes: 5 additions & 0 deletions libs/labelbox/tests/integration/test_labeling_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ def test_get_labeling_frontends(client):
assert len(filtered_frontends)


@pytest.mark.skip(
reason="Manual connect of the legacy 'Editor' labeling frontend is no longer "
"supported: the backend's getEditorType only accepts modern Pictor editors and "
"projects auto-attach the correct frontend (intelligence #30098)."
)
def test_labeling_frontend_connecting_to_project(project):
client = project.client
default_labeling_frontend = next(
Expand Down
Loading