-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Quarantine HubConnectionCanSendAndReceiveGroupMessages test #62436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Apply the Quarantine attribute using #62435 as the Url. Look at how is done in other samples on the repo |
Co-authored-by: javiercn <[email protected]>
Co-authored-by: javiercn <[email protected]>
Fixed the attribute placement to follow the standard pattern used throughout the repository. The |
Quarantine all these tests with the same URL Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.RedisEndToEndTests.HubConnectionCanSendAndReceiveGroupMessages |
Co-authored-by: javiercn <[email protected]>
All five tests have been quarantined with the same URL as requested. Each test now has the |
The
HubConnectionCanSendAndReceiveGroupMessages
test in the SignalR StackExchange Redis tests is failing due to Docker infrastructure issues in the CI environment. The test is experiencing Docker container creation failures with the error:This change quarantines the test by adding the
QuarantinedTest
attribute to temporarily disable it until the underlying Docker infrastructure issue can be resolved. This follows the established pattern used by other quarantined tests in the same file and across the repository.The change is minimal and surgical - adding only one line to mark the test as quarantined while preserving all existing test logic for when the infrastructure issue is fixed.
Fixes #62435.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.