Commit d527257
authored
Fix test failures due to collecting 0 tests (#485)
## Summary
<!--
Include a short paragraph of the changes introduced in this PR.
If this PR requires additional context or rationale, explain why
the changes are necessary.
-->
Fixes the current E2E failures on main. See #482 for more details.
## Test Plan
<!--
List the steps needed to test this PR.
-->
Ran CI with patch applied; [result
here](https://github.com/vllm-project/guidellm/actions/runs/19650016859/job/56274540060#step:7:195).
## Related Issues
<!--
Link any relevant issues that this PR addresses.
-->
- Resolves #482
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments