Skip to content

Commit 6a9a8e3

Browse files
mrobers1982claude
andauthored
[PLT-0] Skip test_labeling_frontend_connecting_to_project (removed capability) (#2066)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 81af1cd commit 6a9a8e3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libs/labelbox/tests/integration/test_labeling_frontend.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ def test_get_labeling_frontends(client):
1111
assert len(filtered_frontends)
1212

1313

14+
@pytest.mark.skip(
15+
reason="Manual connect of the legacy 'Editor' labeling frontend is no longer "
16+
"supported: the backend's getEditorType only accepts modern Pictor editors and "
17+
"projects auto-attach the correct frontend (intelligence #30098)."
18+
)
1419
def test_labeling_frontend_connecting_to_project(project):
1520
client = project.client
1621
default_labeling_frontend = next(

0 commit comments

Comments
 (0)