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
Problem
Two SGLang adapter integration tests in
tests/integration/are marked with@pytest.mark.skipwith no resolution plan or linked issue. The SGLang adapter is production code undersrc/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.skipshould include areason=referencing this issue.Files to Update
tests/integration/for SGLangsrc/inference_endpoint/sglang/— verify adapter implementation is complete