Skip to content

test: SGLang adapter integration tests are permanently skipped #220

@arekay-nv

Description

@arekay-nv

Problem

Two SGLang adapter integration tests in tests/integration/ are marked with @pytest.mark.skip with no resolution plan or linked issue. The SGLang adapter is production code under src/inference_endpoint/sglang/, but it has no running integration test coverage.

This means regressions in the SGLang adapter will not be caught by CI.

Expected Behavior

The SGLang integration tests should be un-skipped and run against the echo/oracle test server fixtures (or a mock SGLang server if the protocol differs from OpenAI).

If the tests cannot be un-skipped due to a known blocker, the @pytest.mark.skip should include a reason= referencing this issue.

Files to Update

  • Skipped test files under tests/integration/ for SGLang
  • src/inference_endpoint/sglang/ — verify adapter implementation is complete

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: adaptersOpenAI, SGLang protocol adapterspriority: P1High — must address this cycletype: choreMaintenance, deps, CI, tooling

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions