Commit 2f7da21
authored
ci: fix flaky test_partial_flush_log stdout (#15285)
## Description
Attempt to address the flaky test `test_partial_flush_log`
```
FAILED tests/integration/test_integration.py::test_partial_flush_log[v0.4][py3.13] - AssertionError: STDERR: Expected [] got [b'Got response: 200 OK sent 711B in 1.59383s to http://localhost:9126/v0.4/traces\n']
```
This is just a race condition with flushing and logging, it is safe to
ignore.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->1 parent 971d20a commit 2f7da21
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
0 commit comments