You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Disable redis integration tests since they are intermittently failing on ubuntu (#7955)
### Motivation and Context
The idea is to run integration tests as part of the merge pipeline for
database connectors using docker containers where possible. This is
working well in the build server for redis on windows, but failing
intermittently with connection errors on ubuntu.
### Description
Disabling these tests as part of the build run for now, to avoid
blocking the merge queue.
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
0 commit comments