From 305720d6f1d70fbe2b3743bbf9e3db7085def108 Mon Sep 17 00:00:00 2001 From: Matthew Roberson Date: Mon, 13 Jul 2026 10:26:57 -0500 Subject: [PATCH] [PLT-0] Skip test_labeling_frontend_connecting_to_project (removed capability) Manual connect() of the legacy 'Editor' labeling frontend is no longer supported: per intelligence #30098 the backend's getEditorType only accepts modern Pictor editors, so connecting the legacy frontend now returns MalformedQueryException. Projects auto-attach the correct frontend. Skip (rather than delete) keeps the test in place and reversible pending a follow-up on whether connect/disconnect should be deprecated or rewritten against a supported Pictor frontend. Co-Authored-By: Claude Opus 4.8 (1M context) --- libs/labelbox/tests/integration/test_labeling_frontend.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/labelbox/tests/integration/test_labeling_frontend.py b/libs/labelbox/tests/integration/test_labeling_frontend.py index 2c6be0358..2f07ee182 100644 --- a/libs/labelbox/tests/integration/test_labeling_frontend.py +++ b/libs/labelbox/tests/integration/test_labeling_frontend.py @@ -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(